Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.correlation.Correlation

Packages that use Correlation
com.ebmwebsourcing.easybpel.model.bpel.api.activity   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.correlation   
com.ebmwebsourcing.easybpel.model.bpel.impl.runtime   
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return types with arguments of type Correlation
 java.util.List<Correlation> Receive.getCorrelations()
           
 java.util.List<Correlation> Reply.getCorrelations()
           
 java.util.List<Correlation> Invoke.getCorrelations()
           
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick that return types with arguments of type Correlation
 java.util.List<Correlation> OnMessage.getCorrelations()
           
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.impl.activity
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return types with arguments of type Correlation
 java.util.List<Correlation> ReceiveImpl.getCorrelations()
           
 java.util.List<Correlation> InvokeImpl.getCorrelations()
           
 java.util.List<Correlation> ReplyImpl.getCorrelations()
           
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick that return types with arguments of type Correlation
 java.util.List<Correlation> OnMessageImpl.getCorrelations()
           
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with parameters of type Correlation
CorrelationValidatorImpl(Correlation correlation)
           
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation that implement Correlation
 class CorrelationImpl
           
 

Uses of Correlation in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime
 

Constructor parameters in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime with type arguments of type Correlation
BPELCorrelationMatcher(BPELProcess bpeldefinition, java.util.List<Correlation> correlations, javax.xml.namespace.QName inputVariable)
           
 



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.