|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityState | |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.runtime |
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. |
Uses of ActivityState in org.ow2.orchestra.facade.runtime |
---|
Methods in org.ow2.orchestra.facade.runtime that return ActivityState | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |