com.stellent.cis.client.api.scs.workflow
Interface ISCSWorkflowScriptJump

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable

public interface ISCSWorkflowScriptJump
extends ISCSObject

Represents a script jump within a workflow.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getClauses()
           
 java.lang.String getCustomEffects()
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 java.lang.String getReturnStep()
           
 java.lang.String getTargetStep()
           
 boolean isNotifyOff()
           
 
Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize
 

Method Detail

getName

java.lang.String getName()
Returns:
the script jump name

getClauses

java.lang.String getClauses()
Returns:
the jump clauses

getCustomEffects

java.lang.String getCustomEffects()
Returns:
the custom effects

isNotifyOff

boolean isNotifyOff()
Returns:
true if the notify is off for this script jump

getMessage

java.lang.String getMessage()
Returns:
the script jump message

getReturnStep

java.lang.String getReturnStep()
Returns:
the return step

getTargetStep

java.lang.String getTargetStep()
Returns:
the target step