Uses of Interface
bexee.model.elements.Correlations

Packages that use Correlations
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.elements This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema.  
 

Uses of Correlations in bexee.model.activity
 

Methods in bexee.model.activity that return Correlations
 Correlations Reply.getCorrelations()
           
 Correlations Receive.getCorrelations()
          Get the Correlations of this Receive.
 Correlations Invoke.getCorrelations()
          Get the Correlations of this Invoke.
 

Methods in bexee.model.activity with parameters of type Correlations
 void Reply.setCorrelations(Correlations correlations)
           
 void Receive.setCorrelations(Correlations correlations)
          Set the Correlations of this Receive.
 void Invoke.setCorrelations(Correlations correlations)
          Set the Correlations of this Invoke.
 

Uses of Correlations in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return Correlations
 Correlations ReplyImpl.getCorrelations()
           
 Correlations ReceiveImpl.getCorrelations()
           
 Correlations InvokeImpl.getCorrelations()
           
 

Methods in bexee.model.activity.impl with parameters of type Correlations
 void ReplyImpl.setCorrelations(Correlations correlations)
           
 void ReceiveImpl.setCorrelations(Correlations correlations)
           
 void InvokeImpl.setCorrelations(Correlations correlations)
           
 

Uses of Correlations in bexee.model.elements
 

Methods in bexee.model.elements that return Correlations
 Correlations OnMessage.getCorrelations()
           
 Correlations Correlations.getCorrelations()
           
 

Methods in bexee.model.elements with parameters of type Correlations
 void OnMessage.setCorrelations(Correlations correlations)
           
 



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