|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceState | |
---|---|
org.ow2.bonita.facade.exception | Contains exception classes thrown by Nova Bonita APIs. |
org.ow2.bonita.facade.runtime |
It contains interfaces for recorded data for runtime informations on different types
of workflow elements : process, activity, variable, hook. |
org.ow2.bonita.facade.runtime.impl |
Uses of InstanceState in org.ow2.bonita.facade.exception |
---|
Methods in org.ow2.bonita.facade.exception that return InstanceState | |
---|---|
InstanceState |
UncancellableInstanceException.getProcessInstanceState()
|
Constructors in org.ow2.bonita.facade.exception with parameters of type InstanceState | |
---|---|
UncancellableInstanceException(java.lang.String id,
ProcessInstanceUUID processInstanceUUID,
ProcessInstanceUUID parentInstanceUUID,
InstanceState processInstanceState)
|
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 |
InstanceStateUpdate.getInstanceState()
Returns the state at assignment. |
InstanceState |
ProcessInstance.getInstanceState()
Returns the current instance state. |
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. |
Methods in org.ow2.bonita.facade.runtime with parameters of type InstanceState | |
---|---|
void |
ProcessFullInstance.setInstanceState(InstanceState newState,
java.lang.String userId)
|
Uses of InstanceState in org.ow2.bonita.facade.runtime.impl |
---|
Fields in org.ow2.bonita.facade.runtime.impl declared as InstanceState | |
---|---|
protected InstanceState |
InstanceStateUpdateImpl.currentState
|
protected InstanceState |
InstanceStateUpdateImpl.initialState
|
Methods in org.ow2.bonita.facade.runtime.impl that return InstanceState | |
---|---|
InstanceState |
InstanceStateUpdateImpl.getInitialInstanceState()
|
InstanceState |
InstanceStateUpdateImpl.getInstanceState()
|
InstanceState |
ProcessInstanceImpl.getInstanceState()
|
Methods in org.ow2.bonita.facade.runtime.impl with parameters of type InstanceState | |
---|---|
void |
ProcessFullInstanceImpl.setInstanceState(InstanceState newState,
java.lang.String userId)
|
Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type InstanceState | |
---|---|
InstanceStateUpdateImpl(java.util.Date date,
java.lang.String updateUserId,
InstanceState initialState,
InstanceState currentState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |