Uses of Interface
bexee.model.elements.Variable

Packages that use Variable
bexee.core Core classes and interfaces of the bexee engine. 
bexee.event bexee Event package. 
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 This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema.  
bexee.model.elements.impl This package contains default implementations of the interfaces from the bexee.model.elements package. 
bexee.model.xmltobpel This package contains BPEL process element and activity factories used by the Digester
 

Uses of Variable in bexee.core
 

Methods in bexee.core with parameters of type Variable
 void ProcessControllerImpl.process(Variable variable, ProcessInstance instance)
           
 void ProcessController.process(Variable variable, ProcessInstance instance)
          Execute a Variable BPEL element.
 void ProcessContext.setVariable(Variable variable, java.util.Map parts)
          Stores the parts of a given Variable.
 java.util.Map ProcessContext.getVariable(Variable variable)
          Gets the parts associated with a given Variable.
 void ProcessContext.setVariablePart(Variable variable, java.lang.String part, java.lang.Object value)
          Set a variable part identified by a Variable identifier and a part name.
 java.lang.Object ProcessContext.getVariablePart(Variable variable, java.lang.String part)
          Get a variable part identified by a Variable identifier and a part name.
 

Uses of Variable in bexee.event
 

Methods in bexee.event with parameters of type Variable
 void Event.putValue(Variable variable, java.lang.Object value)
          Add a variable value to this Event.
 java.lang.Object Event.getValue(Variable variable)
          Get a variable value from this Event.
 

Uses of Variable in bexee.model
 

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

Uses of Variable in bexee.model.activity
 

Methods in bexee.model.activity that return Variable
 Variable Throw.getFaultVariable()
          Get the variable of the fault to be thrown.
 Variable Reply.getVariable()
           
 Variable Receive.getVariable()
          Get the Variable of this Receive.
 Variable Invoke.getInputVariable()
          Get the InputVariable of this Invoke.
 Variable Invoke.getOutputVariable()
          Get the OutputVariable of this Invoke.
 

Methods in bexee.model.activity with parameters of type Variable
 void Throw.setFaultVariable(Variable variable)
          Set the variable of the fault to be thrown.
 void Reply.setVariable(Variable variable)
           
 void Receive.setVariable(Variable variable)
          Set the Variable of this Receive.
 void Invoke.setInputVariable(Variable inputVariable)
          Set the InputVariable of this Invoke.
 void Invoke.setOutputVariable(Variable outputVariable)
          Set the OutputVariable of this Invoke.
 

Uses of Variable in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return Variable
 Variable ThrowImpl.getFaultVariable()
           
 Variable ReplyImpl.getVariable()
           
 Variable ReceiveImpl.getVariable()
           
 Variable InvokeImpl.getInputVariable()
           
 Variable InvokeImpl.getOutputVariable()
           
 

Methods in bexee.model.activity.impl with parameters of type Variable
 void ThrowImpl.setFaultVariable(Variable variable)
           
 void ReplyImpl.setVariable(Variable variable)
           
 void ReceiveImpl.setVariable(Variable variable)
           
 void InvokeImpl.setInputVariable(Variable inputVariable)
           
 void InvokeImpl.setOutputVariable(Variable outputVariable)
           
 

Constructors in bexee.model.activity.impl with parameters of type Variable
ReceiveImpl(StandardAttributes standardAttributes, PartnerLink partnerLink, javax.xml.namespace.QName portType, java.lang.String operation, Variable variable, java.lang.String createInstance)
           
InvokeImpl(StandardAttributes standardAttributes, PartnerLink partnerLink, javax.xml.namespace.QName portType, java.lang.String operation, Variable inVariable, Variable outVariable)
           
 

Uses of Variable in bexee.model.elements
 

Methods in bexee.model.elements that return Variable
 Variable To.getVariable()
           
 Variable OnMessage.getVariable()
           
 Variable From.getVariable()
           
 Variable CatchFault.getFaultVariable()
           
 

Methods in bexee.model.elements with parameters of type Variable
 void Variables.addVariable(Variable variable)
           
 void To.setVariable(Variable variable)
           
 void OnMessage.setVariable(Variable variable)
           
 void From.setVariable(Variable variable)
           
 void CatchFault.setFaultVariable(Variable variable)
           
 

Uses of Variable in bexee.model.elements.impl
 

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

Methods in bexee.model.elements.impl that return Variable
 Variable ToImpl.getVariable()
           
 Variable FromImpl.getVariable()
           
 

Methods in bexee.model.elements.impl with parameters of type Variable
 void VariablesImpl.addVariable(Variable variable)
           
 void ToImpl.setVariable(Variable variable)
           
 void FromImpl.setVariable(Variable variable)
           
 

Uses of Variable in bexee.model.xmltobpel
 

Methods in bexee.model.xmltobpel that return Variable
 Variable BPELElementFactory.createVariable(java.lang.String name, java.lang.String messageType, java.lang.String type, java.lang.String element)
          Create a Variable with all possible attributes.
 Variable BPELElementFactory.retrieveVariable(java.lang.String variableName)
          Retrieve an already created Variable for an Activity using variables.
 



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