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

Packages that use TVariables
com.ebmwebsourcing.easybpel.model.bpel.api.variable   
com.ebmwebsourcing.easybpel.model.bpel.executable   
com.ebmwebsourcing.easybpel.model.bpel.impl.variable   
 

Uses of TVariables in com.ebmwebsourcing.easybpel.model.bpel.api.variable
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.variable that return TVariables
 TVariables BPELVariable.getVariables()
           
 

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TVariables
protected  TVariables TScope.variables
           
protected  TVariables TProcess.variables
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TVariables
 TVariables ObjectFactory.createTVariables()
          Create an instance of TVariables
 TVariables TScope.getVariables()
          Gets the value of the variables property.
 TVariables TProcess.getVariables()
          Gets the value of the variables property.
 

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

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

Uses of TVariables in com.ebmwebsourcing.easybpel.model.bpel.impl.variable
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.variable that return TVariables
 TVariables BPELVariableImpl.getVariables()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.variable with parameters of type TVariables
static java.util.List<BPELVariable> BPELVariableImpl.extractVariablesInModel(TVariables variables, BPELElement parent)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.variable with parameters of type TVariables
BPELDateVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
BPELElementVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
BPELIntVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
BPELLongVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
BPELStringVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
BPELVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
 



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