|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActivityState | |
|---|---|
| org.ow2.orchestra.facade | |
| org.ow2.orchestra.facade.data.runtime | |
| org.ow2.orchestra.facade.runtime | |
| org.ow2.orchestra.facade.runtime.impl | |
| Uses of ActivityState in org.ow2.orchestra.facade |
|---|
| Methods in org.ow2.orchestra.facade with parameters of type ActivityState | |
|---|---|
java.util.Set<ActivityInstance> |
QuerierRuntimeAPI.findActivityInstances(ProcessInstanceUUID processUUID,
ActivityState activityState)
Returns all records of activity for the given process instance UUID and the given activity state An empty set is returned if no instance is found. |
java.util.Set<ProcessInstance> |
QuerierRuntimeAPI.findProcessInstances(ActivityState processInstanceState)
Returns all records of instance for the given process state. |
java.util.Set<ProcessInstance> |
QuerierRuntimeAPI.findProcessInstances(ProcessDefinitionUUID processDefinitionUUID,
ActivityState processInstanceState)
Returns all records of instance for the given process definition UUID and the given process state. |
| Uses of ActivityState in org.ow2.orchestra.facade.data.runtime |
|---|
| Methods in org.ow2.orchestra.facade.data.runtime that return ActivityState | |
|---|---|
ActivityState |
ProcessInstanceData.getState()
Returns the state of the instance. |
| Constructors in org.ow2.orchestra.facade.data.runtime with parameters of type ActivityState | |
|---|---|
ProcessInstanceData(ProcessDefinitionData processDefinitionData,
ProcessInstanceUUID uuid,
ActivityState state)
|
|
| Uses of ActivityState in org.ow2.orchestra.facade.runtime |
|---|
| Methods in org.ow2.orchestra.facade.runtime that return ActivityState | |
|---|---|
ActivityState |
ProcessInstanceStateUpdate.getInstanceState()
|
ActivityState |
RuntimeRecord.getState()
|
static ActivityState |
ActivityState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActivityState[] |
ActivityState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of ActivityState in org.ow2.orchestra.facade.runtime.impl |
|---|
| Fields in org.ow2.orchestra.facade.runtime.impl declared as ActivityState | |
|---|---|
protected ActivityState |
RuntimeRecordImpl.activityState
The activity state. |
| Methods in org.ow2.orchestra.facade.runtime.impl that return ActivityState | |
|---|---|
ActivityState |
ProcessInstanceImpl.getInstanceState()
Returns the current instance state. |
ActivityState |
ProcessInstanceStateUpdateImpl.getInstanceState()
|
ActivityState |
RuntimeRecordImpl.getState()
|
| Methods in org.ow2.orchestra.facade.runtime.impl with parameters of type ActivityState | |
|---|---|
void |
RuntimeRecordImpl.end(ActivityState finishState)
Call this method when the runtime is ended. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||