com.ebmwebsourcing.easybpel.model.bpel.api.expression
Interface BPELExpression<E>

All Superinterfaces:
BPELElement, com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,E>, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
BPELBooleanExpression, BPELDeadLineExpression, BPELDurationExpression, BPELElementExpression, BPELUnsignedIntegerExpression, From, FromAndTo, To
All Known Implementing Classes:
BPELBooleanExpressionImpl, BPELDeadLineExpressionImpl, BPELDurationExpressionImpl, BPELElementExpressionImpl, BPELExpressionImpl, BPELUnsignedIntegerExpressionImpl, FromImpl, ToImpl

public interface BPELExpression<E>
extends com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,E>, BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.net.URI getExpressionLanguage()
           
 void setExpressionLanguage(java.net.URI language)
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression
copypaste, evaluate, getContent, setContent
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getExpressionLanguage

java.net.URI getExpressionLanguage()

setExpressionLanguage

void setExpressionLanguage(java.net.URI language)


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