Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement

Packages that use BPELElement
com.ebmwebsourcing.easybpel.model.bpel.api   
com.ebmwebsourcing.easybpel.model.bpel.api.activity   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension   
com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation   
com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.api.containers   
com.ebmwebsourcing.easybpel.model.bpel.api.correlation   
com.ebmwebsourcing.easybpel.model.bpel.api.extension   
com.ebmwebsourcing.easybpel.model.bpel.api.fault   
com.ebmwebsourcing.easybpel.model.bpel.api.inout   
com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink   
com.ebmwebsourcing.easybpel.model.bpel.api.util   
com.ebmwebsourcing.easybpel.model.bpel.api.variable   
com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports   
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api
 interface BPELProcess
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api that implement BPELElement
 class BPELElementImpl<E>
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.api with parameters of type BPELElement
BPELElementImpl(javax.xml.namespace.QName tag, E model, BPELElement parent)
           
 

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

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 interface Activity
           
 interface Assign
           
 interface Empty
           
 interface Exit
           
 interface Flow
           
 interface ForEach
           
 interface If
           
 interface Invoke
           
 interface Pick
           
 interface Receive
           
 interface RepeatUntil
           
 interface Reply
           
 interface ReThrow
           
 interface Scope
           
 interface Sequence
           
 interface Throw
           
 interface Wait
           
 interface While
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.activity that implement BPELElement
 class AbstractActivityImpl<E extends TActivity>
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.api.activity with parameters of type BPELElement
AbstractActivityImpl(javax.xml.namespace.QName name, E model, BPELElement parent)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign
 interface Copy
           
 interface From
           
 interface FromAndTo
           
 interface Literal
           
 interface Query
           
 interface To
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
 interface OnAlarm
           
 interface OnMessage
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension
 interface ExtensionActivity
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation that return BPELElement
 BPELElement BPELError.getElement()
           
 BPELElement BPELWarning.getElement()
           
 BPELElement BPELInfo.getElement()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation with parameters of type BPELElement
 void BPELError.setElement(BPELElement elmt)
           
 void BPELWarning.setElement(BPELElement elmt)
           
 void BPELInfo.setElement(BPELElement elmt)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator with type parameters of type BPELElement
 interface Validator<B extends BPELElement>
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator with parameters of type BPELElement
 void ValidatorManager.validate(BPELElement element)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.containers
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.containers that implement BPELElement
 class ContainersImpl<E extends TExtensibleElements>
           
 class SourcesImpl
           
 class TargetsImpl
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.api.containers with parameters of type BPELElement
ContainersImpl(javax.xml.namespace.QName tag, E model, BPELElement parent)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.correlation
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.correlation
 interface Correlation
           
 interface CorrelationSet
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.extension
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.extension
 interface Extension
           
 interface Extensions
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.fault
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.fault
 interface Catch
           
 interface CatchAll
           
 interface FaultHandlers
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.inout
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout with parameters of type BPELElement
 java.lang.String BPELWriter.getDefinition(BPELElement element)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink
 interface PartnerLink
           
 interface ServiceRef
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.util
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.util with parameters of type BPELElement
static PartnerLink ScopeUtil.findPartnerLinkRecursively(java.lang.String name, BPELElement parent)
           
static Scope ScopeUtil.getParentScope(BPELElement child)
           
static BPELProcess ScopeUtil.getProcess(BPELElement parent)
           
 

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

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

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

Constructors in com.ebmwebsourcing.easybpel.model.bpel.api.variable with parameters of type BPELElement
BPELVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports
 interface Import
           
 



Copyright © 2011 Petals Link. All Rights Reserved.