Uses of Class
com.ibm.workflow.api.ActivityInstancePackage.ExecutionState

Packages that use ExecutionState
com.ibm.workflow.api   
com.ibm.workflow.api.ActivityInstancePackage   
 

Uses of ExecutionState in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ExecutionState
 ExecutionState ActivityInstance.state()
          Returns the state of the activity instance.
 

Uses of ExecutionState in com.ibm.workflow.api.ActivityInstancePackage
 

Fields in com.ibm.workflow.api.ActivityInstancePackage 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.INACTIVE
           
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.SKIPPED
           
static ExecutionState ExecutionState.DELETED
           
static ExecutionState ExecutionState.TERMINATING
           
static ExecutionState ExecutionState.SUSPENDING
           
static ExecutionState ExecutionState.EXPIRED
           
 

Methods in com.ibm.workflow.api.ActivityInstancePackage that return ExecutionState
static ExecutionState ExecutionState.from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 



© Copyright IBM Corporation 1999, 2007. All Rights Reserved.