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

All Superinterfaces:
WorkflowManagement.FallibleEnactmentDescriptor
Enclosing interface:
WorkflowManagement

public static interface WorkflowManagement.DecisionEnactmentDescriptor
extends WorkflowManagement.FallibleEnactmentDescriptor

An extension that incorporates the notion of a script


Method Summary
 java.lang.String getScriptText()
          Answer the script of the associated decision 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 decision node