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

Packages that use ActivityWithChildrenInstance
org.ow2.orchestra.facade.runtime   
org.ow2.orchestra.facade.runtime.impl   
 

Uses of ActivityWithChildrenInstance in org.ow2.orchestra.facade.runtime
 

Subinterfaces of ActivityWithChildrenInstance in org.ow2.orchestra.facade.runtime
 interface FlowActivityInstance
          Flow is a subtype of activity
 interface ForeachActivityInstance
          Foreach is a subtype of activity
 interface RepeatUntilActivityInstance
          RepeatUntil is a subtype of activity
 interface SequenceActivityInstance
          Sequence is a subtype of activity
 interface WhileActivityInstance
          While is a subtype of activity
 

Uses of ActivityWithChildrenInstance in org.ow2.orchestra.facade.runtime.impl
 

Classes in org.ow2.orchestra.facade.runtime.impl that implement ActivityWithChildrenInstance
 class ActivityWithChildrenInstanceImpl
           
 class FlowActivityInstanceImpl
           
 class ForeachActivityInstanceImpl
           
 class RepeatUntilActivityInstanceImpl
           
 class SequenceActivityInstanceImpl
           
 class UnknownActivityInstanceImpl
           
 class WhileActivityInstanceImpl
           
 

Constructors in org.ow2.orchestra.facade.runtime.impl with parameters of type ActivityWithChildrenInstance
ActivityWithChildrenInstanceImpl(ActivityWithChildrenInstance record)
           
UnknownActivityInstanceImpl(ActivityWithChildrenInstance record)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.