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.correlation   
com.ebmwebsourcing.easybpel.model.bpel.api.expression   
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.variable   
com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports   
com.ebmwebsourcing.easybpel.model.bpel.impl   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.containers   
com.ebmwebsourcing.easybpel.model.bpel.impl.correlation   
com.ebmwebsourcing.easybpel.model.bpel.impl.expression   
com.ebmwebsourcing.easybpel.model.bpel.impl.fault   
com.ebmwebsourcing.easybpel.model.bpel.impl.inout   
com.ebmwebsourcing.easybpel.model.bpel.impl.partnerLink   
com.ebmwebsourcing.easybpel.model.bpel.impl.variable   
com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports   
 

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

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

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
           
 

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 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 BreakpointActivity
           
 interface DebugActivity
           
 interface EchoActivity
           
 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 Info.getElement()
           
 BPELElement Error.getElement()
           
 BPELElement Warning.getElement()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation with parameters of type BPELElement
 void Info.setElement(BPELElement elmt)
           
 void Error.setElement(BPELElement elmt)
           
 void Warning.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.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.expression
 

Subinterfaces of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.api.expression
 interface BPELBooleanExpression
           
 interface BPELDeadLineExpression
           
 interface BPELDurationExpression
           
 interface BPELElementExpression
           
 interface BPELExpression<E>
           
 interface BPELUnsignedIntegerExpression
           
 

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.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>
           
 

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

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

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

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

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

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that implement BPELElement
 class ActivityImpl<E extends TActivity>
           
 class AssignImpl
           
 class EmptyImpl
           
 class ExitImpl
           
 class FlowImpl
           
 class ForEachImpl
           
 class IfImpl
           
 class InvokeImpl
           
 class PickImpl
           
 class ReceiveImpl
           
 class RepeatUntilImpl
           
 class ReplyImpl
           
 class ReThrowImpl
           
 class ScopeImpl
           
 class SequenceImpl
           
 class ThrowImpl
           
 class WaitImpl
           
 class WhileImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type BPELElement
static PartnerLink ScopeImpl.findPartnerLinkRecursively(java.lang.String name, BPELElement parent)
           
static BPELVariable ScopeImpl.findVariableRecursively(javax.xml.namespace.QName name, BPELElement parent)
           
static Scope ScopeImpl.getParentScope(BPELElement child)
           
static BPELProcess ScopeImpl.getProcess(BPELElement parent)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type BPELElement
ActivityImpl(javax.xml.namespace.QName name, E model, BPELElement parent)
           
AssignImpl(TAssign model, BPELElement parent)
           
EmptyImpl(TEmpty model, BPELElement parent)
           
ExitImpl(TExit model, BPELElement parent)
           
FlowImpl(TFlow model, BPELElement parent)
           
ForEachImpl(TForEach model, BPELElement parent)
           
IfImpl(TIf model, BPELElement parent)
           
InvokeImpl(TInvoke model, BPELElement parent)
           
PickImpl(TPick model, BPELElement parent)
           
ReceiveImpl(TReceive model, BPELElement parent)
           
ReplyImpl(TReply model, BPELElement parent)
           
ReThrowImpl(TRethrow model, BPELElement parent)
           
ScopeImpl(TScope model, BPELElement parent)
           
SequenceImpl(TSequence model, BPELElement parent)
           
ThrowImpl(TThrow model, BPELElement parent)
           
WaitImpl(TWait model, BPELElement parent)
           
WhileImpl(TWhile model, BPELElement parent)
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign that implement BPELElement
 class CopyImpl
           
 class FromImpl
           
 class LiteralImpl
           
 class QueryImpl
           
 class ToImpl
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign with parameters of type BPELElement
QueryImpl(TQuery model, BPELElement parent)
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick that implement BPELElement
 class OnMessageImpl
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension that implement BPELElement
 class BreakpointActivityImpl
           
 class DebugActivityImpl
           
 class EchoActivityImpl
           
 class ExtensionActivityImpl<E>
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension with parameters of type BPELElement
static ExtensionActivity ExtensionActivityImpl.replaceDOMElementByTExtensionActivity(BPELReader reader, BPELElement parent, org.w3c.dom.Element childToReplace)
           
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation that return BPELElement
 BPELElement WarningImpl.getElement()
           
 BPELElement InfoImpl.getElement()
           
 BPELElement ErrorImpl.getElement()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation with parameters of type BPELElement
 void WarningImpl.setElement(BPELElement elmt)
           
 void InfoImpl.setElement(BPELElement elmt)
           
 void ErrorImpl.setElement(BPELElement elmt)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation with parameters of type BPELElement
ErrorImpl(BPELElement elmt, BPELException exception)
           
InfoImpl(BPELElement elmt, java.lang.String info)
           
WarningImpl(BPELElement elmt, java.lang.String warn)
           
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with parameters of type BPELElement
 void ValidatorManagerImpl.validate(BPELElement elmt)
           
 

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

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

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.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.impl.correlation
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation that implement BPELElement
 class CorrelationImpl
           
 class CorrelationSetImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation with parameters of type BPELElement
static java.util.List<CorrelationSet> CorrelationSetImpl.extractCorrelationSetsInModel(TCorrelationSets correlationsets, BPELElement parent)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.correlation with parameters of type BPELElement
CorrelationImpl(TCorrelation model, TExtensibleElements parentCorrelationsElmt, BPELElement parent)
           
CorrelationSetImpl(TCorrelationSet model, TCorrelationSets correlationSets, BPELElement parent)
           
 

Uses of BPELElement in com.ebmwebsourcing.easybpel.model.bpel.impl.expression
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.expression that implement BPELElement
 class BPELBooleanExpressionImpl
           
 class BPELDeadLineExpressionImpl
           
 class BPELDurationExpressionImpl
           
 class BPELElementExpressionImpl
           
 class BPELExpressionImpl<E>
           
 class BPELUnsignedIntegerExpressionImpl
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.expression with parameters of type BPELElement
BPELBooleanExpressionImpl(TExpression model, BPELElement parent)
           
BPELDeadLineExpressionImpl(TDeadlineExpr model, BPELElement parent)
           
BPELDurationExpressionImpl(TDurationExpr model, BPELElement parent)
           
BPELElementExpressionImpl(javax.xml.namespace.QName name, TExpression model, BPELElement parent)
           
BPELExpressionImpl(javax.xml.namespace.QName tag, TExpression model, BPELElement parent)
           
BPELUnsignedIntegerExpressionImpl(javax.xml.namespace.QName name, TExpression model, BPELElement parent)
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.fault that implement BPELElement
 class CatchAllImpl
           
 class CatchImpl
           
 class FaultHandlersImpl
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.fault with parameters of type BPELElement
CatchAllImpl(TActivityContainer model, BPELElement parent)
           
CatchImpl(TCatch model, BPELElement parent)
           
 

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

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

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.partnerLink that implement BPELElement
 class PartnerLinkImpl
           
 class ServiceRefImpl
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.partnerLink with parameters of type BPELElement
PartnerLinkImpl(TPartnerLink model, TPartnerLinks parent, BPELElement scopeDefinition)
           
 

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

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

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

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.variable with parameters of type BPELElement
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)
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports that implement BPELElement
 class ImportImpl
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.wsdlImports with parameters of type BPELElement
ImportImpl(TImport model, BPELElement parent)
           
 



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