com.ibm.pim.workflow
Interface ExitValue
public interface ExitValue
An ExitValue is an object representation of an Exit Value on a particular
WorkflowStep. It can also be passed in place of a String exitValue
- Since:
- 6.0.0
Field Summary |
static java.lang.String |
copyright
|
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
toString
java.lang.String toString()
- get the String for this exit value
- Overrides:
toString
in class java.lang.Object
- Returns:
- the ExitValue as a String
getWorkflowStep
WorkflowStep getWorkflowStep()
- get the WorkflowStep to which this exit value belongs
- Returns:
- the WorkflowStep