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

Packages that use CopyAble
org.ow2.orchestra.facade   
org.ow2.orchestra.facade.def   
org.ow2.orchestra.facade.def.impl   
org.ow2.orchestra.facade.runtime   
org.ow2.orchestra.facade.runtime.impl   
org.ow2.orchestra.facade.uuid   
 

Uses of CopyAble in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade with parameters of type CopyAble
static
<E> E
CopyUtil.copy(CopyAble<E> copyAble)
           
 

Method parameters in org.ow2.orchestra.facade with type arguments of type CopyAble
static
<E> List<E>
CopyUtil.copyList(List<? extends CopyAble<E>> copyAbleList)
           
static
<E> Set<E>
CopyUtil.copySet(Set<? extends CopyAble<E>> copyAbleSet)
           
 

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

Subinterfaces of CopyAble in org.ow2.orchestra.facade.def
 interface CompletionConditionDefinition
           
 interface CopyDefinition
           
 interface CorrelationDefinition
           
 interface CorrelationSetDefinition
           
 interface ElseDefinition
           
 interface ElseIfDefinition
           
 interface ExtensionDefinition
          Interface of definition of an extension in BPEL
 interface ForDefinition
           
 interface FromDefinition
           
 interface FromPartDefinition
           
 interface OnAlarmDefinition
           
 interface OnEventDefinition
           
 interface OnMessageDefinition
           
 interface PartnerLinkDefinition
           
 interface ProcessStateUpdate
           
 interface RepeatEveryDefinition
           
 interface Source
           
 interface Target
           
 interface ToDefinition
           
 interface ToPartDefinition
           
 interface UntilDefinition
           
 interface VariableDefinition
           
 

Uses of CopyAble in org.ow2.orchestra.facade.def.impl
 

Classes in org.ow2.orchestra.facade.def.impl that implement CopyAble
 class CompletionConditionDefinitionImpl
           
 class CopyDefinitionImpl
           
 class CorrelationDefinitionImpl
           
 class CorrelationSetDefinitionImpl
           
 class ElseDefinitionImpl
           
 class ElseIfDefinitionImpl
           
 class ExtensionDefinitionImpl
           
 class ForDefinitionImpl
           
 class FromDefinitionImpl
           
 class FromPartDefinitionImpl
           
 class OnAlarmDefinitionImpl
           
 class OnEventDefinitionImpl
           
 class OnMessageDefinitionImpl
           
 class PartnerLinkDefinitionImpl
           
 class ProcessStateUpdateImpl
           
 class RepeatEveryDefinitionImpl
           
 class SourceImpl
           
 class TargetImpl
           
 class ToDefinitionImpl
           
 class ToPartDefinitionImpl
           
 class UntilDefinitionImpl
           
 class VariableDefinitionImpl
           
 

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

Subinterfaces of CopyAble in org.ow2.orchestra.facade.runtime
 interface CorrelationSetInitialization
          Interface for getting recorded runtime information on correlation set initialization.
 interface Message
          Variable to represent a WSDL message content.
 interface PartnerLinkUpdate
          Interface for getting recorded runtime information on partnerLink update.
 interface ProcessInstanceStateUpdate
          Defines the operations allowed on a ProcessInstanceStateUpdate.
 interface ScopeStateUpdate
           
 interface TransitionConditionUpdate
           
 interface VariableUpdate
          Interface for getting recorded runtime information on variable update.
 interface WaitingActivity
           
 

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

Classes in org.ow2.orchestra.facade.runtime.impl that implement CopyAble
 class CorrelationSetInitializationImpl
           
 class MessageImpl
          Models a WSDL message type variable.
 class PartnerLinkUpdateImpl
           
 class ProcessInstanceStateUpdateImpl
          This object describes a state update of a process instance.
 class ScopeStateUpdateImpl
           
 class TransitionConditionUpdateImpl
           
 class VariableUpdateImpl
           
 class WaitingActivityImpl
           
 

Uses of CopyAble in org.ow2.orchestra.facade.uuid
 

Classes in org.ow2.orchestra.facade.uuid that implement CopyAble
 class ActivityInstanceUUID
           
 class ProcessInstanceUUID
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.