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

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

Uses of ExecutionState in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ExecutionState
 ExecutionState Item.processInstanceState()
          Returns the state of the process instance the item is part of.
 ExecutionState ActivityInstance.processInstanceState()
          Returns the state of the process instance the activity instance is part of.
 ExecutionState ProcessInstance.state()
          Returns the state of the process instance.
 

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

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

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



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