|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionState | |
---|---|
com.ibm.workflow.api | |
com.ibm.workflow.api.ItemPackage |
Uses of ExecutionState in com.ibm.workflow.api |
---|
Methods in com.ibm.workflow.api that return ExecutionState | |
ExecutionState |
ActivityInstanceNotification.state()
Returns the state of the associated activity instance. |
ExecutionState |
WorkItem.state()
Returns the state of the work item. |
Uses of ExecutionState in com.ibm.workflow.api.ItemPackage |
---|
Fields in com.ibm.workflow.api.ItemPackage declared as ExecutionState | |
static ExecutionState |
ExecutionState.UNDEFINED
|
static ExecutionState |
ExecutionState.READY
|
static ExecutionState |
ExecutionState.RUNNING
|
static ExecutionState |
ExecutionState.FINISHED
|
static ExecutionState |
ExecutionState.TERMINATED
|
static ExecutionState |
ExecutionState.SUSPENDED
|
static ExecutionState |
ExecutionState.DISABLED
|
static ExecutionState |
ExecutionState.CHECKED_OUT
|
static ExecutionState |
ExecutionState.IN_ERROR
|
static ExecutionState |
ExecutionState.EXECUTED
|
static ExecutionState |
ExecutionState.PLANNING
|
static ExecutionState |
ExecutionState.FORCE_FINISHED
|
static ExecutionState |
ExecutionState.DELETED
|
static ExecutionState |
ExecutionState.TERMINATING
|
static ExecutionState |
ExecutionState.SUSPENDING
|
static ExecutionState |
ExecutionState.EXPIRED
|
Methods in com.ibm.workflow.api.ItemPackage that return ExecutionState | |
static ExecutionState |
ExecutionState.from_int(int $value)
Returns the solitaire representing the given (zero-based) numeric value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |