Uses of Class
com.ebmwebsourcing.easybpel.model.bpel.executable.TCorrelationSets

Packages that use TCorrelationSets
com.ebmwebsourcing.easybpel.model.bpel.executable   
com.ebmwebsourcing.easybpel.model.bpel.impl.correlation   
 

Uses of TCorrelationSets in com.ebmwebsourcing.easybpel.model.bpel.executable
 

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TCorrelationSets
protected  TCorrelationSets TScope.correlationSets
           
protected  TCorrelationSets TProcess.correlationSets
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TCorrelationSets
 TCorrelationSets ObjectFactory.createTCorrelationSets()
          Create an instance of TCorrelationSets
 TCorrelationSets TScope.getCorrelationSets()
          Gets the value of the correlationSets property.
 TCorrelationSets TProcess.getCorrelationSets()
          Gets the value of the correlationSets property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return types with arguments of type TCorrelationSets
 javax.xml.bind.JAXBElement<TCorrelationSets> ObjectFactory.createCorrelationSets(TCorrelationSets value)
          Create an instance of JAXBElement<TCorrelationSets>}
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TCorrelationSets
 javax.xml.bind.JAXBElement<TCorrelationSets> ObjectFactory.createCorrelationSets(TCorrelationSets value)
          Create an instance of JAXBElement<TCorrelationSets>}
 void TScope.setCorrelationSets(TCorrelationSets value)
          Sets the value of the correlationSets property.
 void TProcess.setCorrelationSets(TCorrelationSets value)
          Sets the value of the correlationSets property.
 

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

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

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation with parameters of type TCorrelationSets
CorrelationSetImpl(TCorrelationSet model, TCorrelationSets correlationSets, BPELElement parent)
           
 



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