Package | Description |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.data.runtime | |
org.ow2.orchestra.facade.rest | |
org.ow2.orchestra.facade.runtime | |
org.ow2.orchestra.facade.runtime.impl |
Modifier and Type | Method and Description |
---|---|
Set<ActivityInstance> |
QueryRuntimeAPI.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.
|
Set<ProcessInstance> |
QueryRuntimeAPI.findProcessInstances(ActivityState processInstanceState)
Returns all records of instance for the given process state.
|
Set<ProcessInstance> |
QueryRuntimeAPI.findProcessInstances(ProcessDefinitionUUID processDefinitionUUID,
ActivityState processInstanceState)
Returns all records of instance for the given process definition UUID and
the given process state.
|
Modifier and Type | Method and Description |
---|---|
ActivityState |
ProcessInstanceData.getState()
Returns the state of the instance.
|
Constructor and Description |
---|
ProcessInstanceData(ProcessDefinitionData processDefinitionData,
ProcessInstanceUUID uuid,
ActivityState state) |
Modifier and Type | Method and Description |
---|---|
CollectionWrapper<ActivityInstance> |
JaxRSQueryRuntimeAPI.findActivityInstances(ProcessInstanceUUID instanceUUID,
ActivityState activityState) |
CollectionWrapper<ProcessInstance> |
JaxRSQueryRuntimeAPI.findProcessInstances(ProcessDefinitionUUID processDefinitionUUID,
ActivityState processInstanceState) |
Modifier and Type | Method and Description |
---|---|
ActivityState |
ProcessInstanceStateUpdate.getInstanceState() |
ActivityState |
RuntimeRecord.getState() |
static ActivityState |
ActivityState.valueOf(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 are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ActivityState |
RuntimeRecordImpl.activityState
The activity state.
|
Modifier and Type | Method and Description |
---|---|
ActivityState |
ProcessInstanceImpl.getInstanceState()
Returns the current instance state.
|
ActivityState |
ProcessInstanceStateUpdateImpl.getInstanceState() |
ActivityState |
RuntimeRecordImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeRecordImpl.end(ActivityState finishState)
Call this method when the runtime is ended.
|
Copyright © 2011 OW2 Consortium. All Rights Reserved.