Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable

Packages that use BPELVariable
com.ebmwebsourcing.easybpel.model.bpel.api.activity   
com.ebmwebsourcing.easybpel.model.bpel.api.variable   
com.ebmwebsourcing.easybpel.model.bpel.impl   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.message   
com.ebmwebsourcing.easybpel.model.bpel.impl.runtime   
com.ebmwebsourcing.easybpel.model.bpel.impl.variable   
 

Uses of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return BPELVariable
 BPELVariable Scope.findVariable(javax.xml.namespace.QName name)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return types with arguments of type BPELVariable
 java.util.List<BPELVariable> Scope.getVariables()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity with parameters of type BPELVariable
 void Scope.addVariable(BPELVariable variable)
           
 

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

Subinterfaces of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.api.variable
 interface BPELDateVariable
           
 interface BPELElementVariable
           
 interface BPELIntVariable
           
 interface BPELLongVariable
           
 interface BPELStringVariable
           
 

Uses of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.impl
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl that return BPELVariable
 BPELVariable BPELProcessImpl.findVariable(javax.xml.namespace.QName name)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl that return types with arguments of type BPELVariable
 java.util.List<BPELVariable> BPELProcessImpl.getVariables()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl with parameters of type BPELVariable
 void BPELProcessImpl.addVariable(BPELVariable variable)
           
 

Uses of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.impl.activity
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return BPELVariable
 BPELVariable ScopeImpl.findVariable(javax.xml.namespace.QName name)
           
static BPELVariable ScopeImpl.findVariableRecursively(javax.xml.namespace.QName name, BPELElement parent)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return types with arguments of type BPELVariable
 java.util.List<BPELVariable> ScopeImpl.getVariables()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type BPELVariable
 void ScopeImpl.addVariable(BPELVariable variable)
           
 

Uses of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with parameters of type BPELVariable
VariableValidatorImpl(BPELVariable var)
           
 

Uses of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.impl.message
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.message with parameters of type BPELVariable
static BPELInternalMessage BPELInternalMessageImpl.createMessage(BPELVariable definition, Descriptions desc)
           
 

Uses of BPELVariable in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.runtime with parameters of type BPELVariable
static java.util.List<java.lang.String> BPELAssigner.createXPathExpressionByReplacingPartByElement(java.lang.String partName, BPELVariable definition, java.lang.String xpathExpression, BPELProcess bpelDefinition)
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.variable that implement BPELVariable
 class BPELDateVariableImpl
           
 class BPELElementVariableImpl
           
 class BPELIntVariableImpl
           
 class BPELLongVariableImpl
           
 class BPELStringVariableImpl
           
 class BPELVariableImpl<T>
           
 

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



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