Uses of Interface
org.ow2.orchestra.facade.runtime.ActivityInstance

Packages that use ActivityInstance
org.ow2.orchestra.facade   
org.ow2.orchestra.facade.runtime   
 

Uses of ActivityInstance in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade that return types with arguments of type ActivityInstance
 java.util.Set<ActivityInstance> QuerierRuntimeAPI.findActivityInstances(ProcessInstanceUUID processUUID)
          Returns all records of activity for the given process instance UUID.
 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 ActivityInstance in org.ow2.orchestra.facade.runtime
 

Subinterfaces of ActivityInstance in org.ow2.orchestra.facade.runtime
 interface ActivityWithChildrenInstance
           
 interface ActivityWithSingleChildInstance
           
 interface AssignActivityInstance
          Assign is a subtype of activity
 interface EmptyActivityInstance
          Empty is a subtype of activity
 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 ScopeActivityInstance
           
 interface SequenceActivityInstance
          Sequence is a subtype of activity
 interface WaitActivityInstance
          Wait is a subtype of activity
 interface WhileActivityInstance
          While is a subtype of activity
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.