Package | Description |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.rest | |
org.ow2.orchestra.facade.runtime | |
org.ow2.orchestra.facade.runtime.impl |
Modifier and Type | Method and Description |
---|---|
ActivityInstance |
QueryRuntimeAPI.getActivityInstance(ActivityInstanceUUID activityInstanceUUID)
Returns recorded instance data for the given activity instance UUID.
|
Modifier and Type | Method and Description |
---|---|
Set<ActivityInstance> |
QueryRuntimeAPI.findActivityInstances(ProcessInstanceUUID processUUID)
Returns all records of activity for the given process instance UUID.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CollectionWrapper<ActivityInstance> |
JaxRSQueryRuntimeAPI.findActivityInstances(ProcessInstanceUUID instanceUUID,
ActivityState activityState) |
InterfaceWrapper<ActivityInstance> |
JaxRSQueryRuntimeAPI.getActivityInstance(ActivityInstanceUUID activityInstanceUUID) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityWithChildrenInstance |
interface |
ActivityWithSingleChildInstance |
interface |
AssignActivityInstance
Assign is a subtype of activity
|
interface |
CatchActivityInstance |
interface |
CatchAllActivityInstance |
interface |
CompensateActivityInstance |
interface |
CompensateScopeActivityInstance |
interface |
CompensationHandlerActivityInstance |
interface |
EmptyActivityInstance
Empty is a subtype of activity
|
interface |
ExitActivityInstance |
interface |
FlowActivityInstance
Flow is a subtype of activity
|
interface |
ForeachActivityInstance
Foreach is a subtype of activity
|
interface |
IfActivityInstance
If is a subtype of activity
|
interface |
InvokeActivityInstance
Invoke is a subtype of activity
|
interface |
PickActivityInstance
Pick is a subtype of activity
|
interface |
ProcessInstance
A process is considered as an activity.
|
interface |
ReceiveActivityInstance
Receive is a subtype of activity
|
interface |
RepeatUntilActivityInstance
RepeatUntil is a subtype of activity
|
interface |
ReplyActivityInstance
Reply is a subtype of activity
|
interface |
RethrowActivityInstance |
interface |
ScopeActivityInstance |
interface |
SequenceActivityInstance
Sequence is a subtype of activity
|
interface |
TerminationHandlerActivityInstance |
interface |
ThrowActivityInstance |
interface |
WaitActivityInstance
Wait is a subtype of activity
|
interface |
WhileActivityInstance
While is a subtype of activity
|
Constructor and Description |
---|
ActivityInstanceImpl(ActivityInstance record) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.