com.ebmwebsourcing.easybpel.xpath.exp.api
Interface BPELExpression<E>

All Superinterfaces:
com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,E>
All Known Subinterfaces:
BPELBooleanExpression, BPELDeadLineExpression, BPELDurationExpression, BPELElementExpression, BPELStringExpression, BPELUnsignedIntegerExpression

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

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
 

Method Detail

getExpressionLanguage

java.net.URI getExpressionLanguage()

setExpressionLanguage

void setExpressionLanguage(java.net.URI language)


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