|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceState | |
---|---|
org.ow2.bonita.facade.runtime | It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. |
Uses of InstanceState in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return InstanceState | |
---|---|
InstanceState |
InstanceStateUpdate.getInitialInstanceState()
Returns the initial state. |
InstanceState |
ProcessInstance.getInstanceState()
Returns the current instance state. |
InstanceState |
InstanceStateUpdate.getInstanceState()
Returns the state at assignment. |
static InstanceState |
InstanceState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InstanceState[] |
InstanceState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |