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.util   
com.ebmwebsourcing.easybpel.model.bpel.api.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.util
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.util with parameters of type BPELVariable
static BPELInternalMessage MessageUtil.createMessage(BPELVariable variable, Descriptions desc, com.ebmwebsourcing.easyviper.core.api.marshalling.factory.MessageFactory msgFactory)
           
 

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
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.variable that implement BPELVariable
 class BPELVariableImpl<T>
           
 



Copyright © 2012 Petals Link. All Rights Reserved.