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

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

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

Subinterfaces of RuntimeRecord 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 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
 

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

Classes in org.ow2.orchestra.facade.runtime.impl that implement RuntimeRecord
 class ActivityInstanceImpl
           
 class ActivityWithChildrenInstanceImpl
           
 class ActivityWithSingleChildInstanceImpl
           
 class AssignActivityInstanceImpl
           
 class CatchActivityInstanceImpl
           
 class CatchAllActivityInstanceImpl
           
 class CompensateActivityInstanceImpl
           
 class CompensateScopeActivityInstanceImpl
           
 class CompensationHandlerActivityInstanceImpl
           
 class EmptyActivityInstanceImpl
           
 class ExitActivityInstanceImpl
           
 class FlowActivityInstanceImpl
           
 class ForeachActivityInstanceImpl
           
 class IfActivityInstanceImpl
           
 class InvokeActivityInstanceImpl
           
 class PickActivityInstanceImpl
           
 class ProcessInstanceImpl
          Describes a process instance.
 class ReceiveActivityInstanceImpl
           
 class RepeatUntilActivityInstanceImpl
           
 class ReplyActivityInstanceImpl
           
 class RethrowActivityInstanceImpl
           
 class RuntimeRecordImpl
           
 class ScopeActivityInstanceImpl
           
 class SequenceActivityInstanceImpl
           
 class TerminationHandlerActivityInstanceImpl
           
 class ThrowActivityInstanceImpl
           
 class UnknownActivityInstanceImpl
           
 class WaitActivityInstanceImpl
           
 class WhileActivityInstanceImpl
           
 

Constructors in org.ow2.orchestra.facade.runtime.impl with parameters of type RuntimeRecord
RuntimeRecordImpl(RuntimeRecord src)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.