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

Packages that use CorrelationSet
com.ebmwebsourcing.easybpel.model.bpel.api.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.correlation   
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return CorrelationSet
 CorrelationSet Scope.getCorrelationSet(java.lang.String name)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return types with arguments of type CorrelationSet
 java.util.List<CorrelationSet> Scope.getCorrelationSets()
           
 

Uses of CorrelationSet in com.ebmwebsourcing.easybpel.model.bpel.impl
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl that return CorrelationSet
 CorrelationSet BPELProcessImpl.getCorrelationSet(java.lang.String name)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl that return types with arguments of type CorrelationSet
 java.util.List<CorrelationSet> BPELProcessImpl.getCorrelationSets()
           
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return CorrelationSet
 CorrelationSet ScopeImpl.getCorrelationSet(java.lang.String name)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return types with arguments of type CorrelationSet
 java.util.List<CorrelationSet> ScopeImpl.getCorrelationSets()
           
 

Uses of CorrelationSet 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 CorrelationSet
CorrelationSetValidatorImpl(CorrelationSet correlationSet)
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation that implement CorrelationSet
 class CorrelationSetImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation that return types with arguments of type CorrelationSet
static java.util.List<CorrelationSet> CorrelationSetImpl.extractCorrelationSetsInModel(TCorrelationSets correlationsets, BPELElement parent)
           
 



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