com.ebasetech.xi.api.workflow
Interface WorkflowManagement.PauseEnactmentDescriptor

All Superinterfaces:
WorkflowManagement.FallibleEnactmentDescriptor
Enclosing interface:
WorkflowManagement

public static interface WorkflowManagement.PauseEnactmentDescriptor
extends WorkflowManagement.FallibleEnactmentDescriptor

An extension that incorporates the notion of a script and an event id


Method Summary
 java.lang.String getEventId()
          Answer the event id of the associated pause node
 java.lang.String getScriptText()
          Answer the script of the associated pause node
 
Methods inherited from interface com.ebasetech.xi.api.workflow.WorkflowManagement.FallibleEnactmentDescriptor
getDescription, getFailureCause, getIdentifier, getJobSequence, getNodeEnactmentSequence, getNodeName, getProcessName, getProcessVersion, getState, getSubJobProcessName, getSubJobProcessVersion, getSubJobSequence, setFailureCause
 

Method Detail

getScriptText

java.lang.String getScriptText()
Answer the script of the associated pause node


getEventId

java.lang.String getEventId()
Answer the event id of the associated pause node