|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExpressionLanguageRuntime
| Method Summary | |
|---|---|
java.util.List |
evaluate(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
|
boolean |
evaluateAsBoolean(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
|
java.util.Calendar |
evaluateAsDate(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext context)
|
org.apache.ode.utils.xsd.Duration |
evaluateAsDuration(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext context)
|
java.lang.Number |
evaluateAsNumber(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
|
java.lang.String |
evaluateAsString(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
|
org.w3c.dom.Node |
evaluateNode(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext context)
|
void |
initialize(java.util.Map properties)
Initialize the expression evaluation runtime. |
| Method Detail |
|---|
void initialize(java.util.Map properties)
throws ConfigurationException
properties - configuration properties
ConfigurationException
java.lang.String evaluateAsString(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
FaultException
EvaluationException
boolean evaluateAsBoolean(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
FaultException
EvaluationException
java.lang.Number evaluateAsNumber(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
FaultException
EvaluationException
java.util.List evaluate(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
FaultException
EvaluationException
java.util.Calendar evaluateAsDate(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext context)
throws FaultException,
EvaluationException
FaultException
EvaluationException
org.apache.ode.utils.xsd.Duration evaluateAsDuration(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext context)
throws FaultException,
EvaluationException
FaultException
EvaluationException
org.w3c.dom.Node evaluateNode(org.apache.ode.bpel.o.OExpression cexp,
EvaluationContext context)
throws FaultException,
EvaluationException
FaultException
EvaluationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||