Uses of Interface
bexee.model.elements.CorrelationSets

Packages that use CorrelationSets
bexee.model.activity This package contains all interfaces representing BPEL activities as specified in the bpel4ws.xsd XML Schema.  
bexee.model.activity.impl This package contains default implementations of the interfaces from the bexee.model.activity package. 
bexee.model.process This package contains interface which are used in order to represent a BPEL process.  
bexee.model.process.impl This package contains default implementations for the bexee.model.process package. 
 

Uses of CorrelationSets in bexee.model.activity
 

Methods in bexee.model.activity that return CorrelationSets
 CorrelationSets Scope.getCorrelationSets()
           
 

Methods in bexee.model.activity with parameters of type CorrelationSets
 void Scope.setCorrelationSets(CorrelationSets correlationSets)
           
 

Uses of CorrelationSets in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return CorrelationSets
 CorrelationSets ScopeImpl.getCorrelationSets()
           
 

Methods in bexee.model.activity.impl with parameters of type CorrelationSets
 void ScopeImpl.setCorrelationSets(CorrelationSets correlationSets)
           
 

Uses of CorrelationSets in bexee.model.process
 

Methods in bexee.model.process that return CorrelationSets
 CorrelationSets Process.getCorrelationSets()
          Get the CorrelationSets of this process.
 

Methods in bexee.model.process with parameters of type CorrelationSets
 void Process.setCorrelationSets(CorrelationSets correlationSets)
          Set the CorrelationSets of this process.
 

Uses of CorrelationSets in bexee.model.process.impl
 

Methods in bexee.model.process.impl that return CorrelationSets
 CorrelationSets ProcessImpl.getCorrelationSets()
           
 

Methods in bexee.model.process.impl with parameters of type CorrelationSets
 void ProcessImpl.setCorrelationSets(CorrelationSets correlationSets)
           
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.