Uses of Interface
org.ow2.orchestra.facade.def.CorrelationDefinition

Packages that use CorrelationDefinition
org.ow2.orchestra.facade.def   
org.ow2.orchestra.facade.def.impl   
 

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

Methods in org.ow2.orchestra.facade.def that return types with arguments of type CorrelationDefinition
 java.util.List<CorrelationDefinition> OnEventDefinition.getCorrelationDefinitionList()
           
 java.util.List<CorrelationDefinition> OnMessageDefinition.getCorrelationDefinitionList()
           
 java.util.List<CorrelationDefinition> InvokeActivityDefinition.getCorrelationDefinitions()
           
 java.util.List<CorrelationDefinition> ReceiveActivityDefinition.getCorrelationDefinitions()
           
 java.util.List<CorrelationDefinition> ReplyActivityDefinition.getCorrelationDefinitions()
           
 

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

Classes in org.ow2.orchestra.facade.def.impl that implement CorrelationDefinition
 class CorrelationDefinitionImpl
           
 

Methods in org.ow2.orchestra.facade.def.impl that return CorrelationDefinition
 CorrelationDefinition CorrelationDefinitionImpl.copy()
           
 

Methods in org.ow2.orchestra.facade.def.impl that return types with arguments of type CorrelationDefinition
 java.util.List<CorrelationDefinition> OnEventDefinitionImpl.getCorrelationDefinitionList()
           
 java.util.List<CorrelationDefinition> OnMessageDefinitionImpl.getCorrelationDefinitionList()
           
 java.util.List<CorrelationDefinition> InvokeDefinitionImpl.getCorrelationDefinitions()
           
 java.util.List<CorrelationDefinition> ReplyActivityDefinitionImpl.getCorrelationDefinitions()
           
 java.util.List<CorrelationDefinition> ReceiveActivityDefinitionImpl.getCorrelationDefinitions()
           
 

Constructors in org.ow2.orchestra.facade.def.impl with parameters of type CorrelationDefinition
CorrelationDefinitionImpl(CorrelationDefinition correlationDefinition)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.