Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.expression.BPELExpression

Packages that use BPELExpression
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.api.expression   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.expression   
 

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

Subinterfaces of BPELExpression in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign
 interface From
           
 interface FromAndTo
           
 interface To
           
 

Uses of BPELExpression in com.ebmwebsourcing.easybpel.model.bpel.api.expression
 

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

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign that implement BPELExpression
 class FromImpl
           
 class ToImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign that return BPELExpression
 BPELExpression<org.jdom.Element> ToImpl.getExpressionDefinition()
           
 BPELExpression<org.jdom.Element> FromImpl.getExpressionDefinition()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign with parameters of type BPELExpression
 void ToImpl.setExpressionDefinition(BPELExpression<org.jdom.Element> exp)
           
 void FromImpl.setExpressionDefinition(BPELExpression<org.jdom.Element> exp)
           
 

Uses of BPELExpression 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 BPELExpression
ExpressionValidatorImpl(BPELExpression<?> exp)
           
 

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.expression that return BPELExpression
 BPELExpression<?> BPELAssignementExpressionImpl.getLeft()
           
 BPELExpression<?> BPELAssignementExpressionImpl.getRight()
           
 



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