Uses of Interface
bexee.model.elements.Variables

Packages that use Variables
bexee.core Core classes and interfaces of the bexee engine. 
bexee.model Java representation of the BPEL language. 
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.impl This package contains default implementations of the interfaces from the bexee.model.elements 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. 
bexee.model.xmltobpel This package contains BPEL process element and activity factories used by the Digester
 

Uses of Variables in bexee.core
 

Methods in bexee.core with parameters of type Variables
 void ProcessControllerImpl.process(Variables variables, ProcessInstance instance)
           
 void ProcessController.process(Variables variables, ProcessInstance instance)
          Execute a Variables BPEL element.
 

Uses of Variables in bexee.model
 

Methods in bexee.model with parameters of type Variables
 void BPELElementVisitor.visit(Variables variables)
          Visit a Variables BPELElement.
 void AbstractBPELElementVisitor.visit(Variables variables)
          Empty method body for Variables
 

Uses of Variables in bexee.model.activity
 

Methods in bexee.model.activity that return Variables
 Variables Scope.getVariables()
          Get Variables of this Scope.
 

Methods in bexee.model.activity with parameters of type Variables
 void Scope.setVariables(Variables variables)
          Set Variables of this Scope.
 

Uses of Variables in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return Variables
 Variables ScopeImpl.getVariables()
           
 

Methods in bexee.model.activity.impl with parameters of type Variables
 void ScopeImpl.setVariables(Variables variables)
           
 

Uses of Variables in bexee.model.elements.impl
 

Classes in bexee.model.elements.impl that implement Variables
 class VariablesImpl
          Default implementation of the Variables BPEL element.
 

Uses of Variables in bexee.model.process
 

Methods in bexee.model.process that return Variables
 Variables Process.getVariables()
          Get the Variables of this process.
 

Methods in bexee.model.process with parameters of type Variables
 void Process.setVariables(Variables variables)
          Set the Variables of this process.
 

Uses of Variables in bexee.model.process.impl
 

Methods in bexee.model.process.impl that return Variables
 Variables ProcessImpl.getVariables()
           
 

Methods in bexee.model.process.impl with parameters of type Variables
 void ProcessImpl.setVariables(Variables variables)
           
 

Uses of Variables in bexee.model.xmltobpel
 

Methods in bexee.model.xmltobpel that return Variables
 Variables BPELElementFactory.createVariables()
          Describe createVariables method here.
 



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