|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstance | |
---|---|
org.ow2.orchestra.facade |
Uses of ProcessInstance in org.ow2.orchestra.facade |
---|
Methods in org.ow2.orchestra.facade that return types with arguments of type ProcessInstance | |
---|---|
java.util.Set<ProcessInstance> |
QuerierRuntimeAPI.findProcessInstances()
Returns all records of instance. |
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)
Returns all records of instance for the given process definition UUID. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |