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

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

public interface ISCSWorkflowStepEvent
extends ISCSObject

Represents an individual step event in 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 getEntryScript()
           
 java.lang.String getExitScript()
           
 java.lang.String getStepName()
           
 java.lang.String getUpdateScript()
           
 
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

getStepName

java.lang.String getStepName()
Returns:
the workflow step name

getEntryScript

java.lang.String getEntryScript()
Returns:
the entry script

getExitScript

java.lang.String getExitScript()
Returns:
the exit script

getUpdateScript

java.lang.String getUpdateScript()
Returns:
the update script