Uses of Interface
org.ow2.orchestra.facade.Record

Packages that use Record
org.ow2.orchestra.facade.def   
org.ow2.orchestra.facade.runtime   
 

Uses of Record in org.ow2.orchestra.facade.def
 

Subinterfaces of Record in org.ow2.orchestra.facade.def
 interface ActivityDefinition
           
 interface AssignActivityDefinition
           
 interface BaseCatchDefinition<E extends BaseCatchDefinition<?>>
           
 interface BaseFCTDefinition
           
 interface BpelActivityDefinition
           
 interface BpelActivityWithChildrenDefinition
           
 interface BpelActivityWithSingleChildDefinition
           
 interface CatchAllDefinition
           
 interface CatchDefinition
           
 interface CompensateActivityDefinition
           
 interface CompensateScopeActivityDefinition
           
 interface CompensationHandlerDefinition
           
 interface DefinitionRecord
          Parent class for all definition record.
 interface EmptyActivityDefinition
           
 interface ExitActivityDefinition
           
 interface FlowActivityDefinition
           
 interface ForeachActivityDefinition
           
 interface IfActivityDefinition
           
 interface InvokeActivityDefinition
           
 interface PickActivityDefinition
           
 interface ProcessDefinition
          Define a process record.
 interface ReceiveActivityDefinition
           
 interface RepeatUntilActivityDefinition
           
 interface ReplyActivityDefinition
           
 interface RethrowActivityDefinition
           
 interface ScopeActivityDefinition
           
 interface SequenceActivityDefinition
           
 interface TerminationHandlerDefinition
           
 interface ThrowActivityDefinition
           
 interface WaitActivityDefinition
           
 interface WhileActivityDefinition
           
 

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

Subinterfaces of Record in org.ow2.orchestra.facade.runtime
 interface ActivityInstance
           
 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 RuntimeRecord
           
 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
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.