| Package | Description |
|---|---|
| org.apache.ode.bpel.explang |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeCastException
A
EvaluationException indicating a type conversion error. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
ExpressionLanguageRuntime.evaluate(OExpression cexp,
EvaluationContext ctx) |
boolean |
ExpressionLanguageRuntime.evaluateAsBoolean(OExpression cexp,
EvaluationContext ctx) |
java.util.Calendar |
ExpressionLanguageRuntime.evaluateAsDate(OExpression cexp,
EvaluationContext context) |
Duration |
ExpressionLanguageRuntime.evaluateAsDuration(OExpression cexp,
EvaluationContext context) |
java.lang.Number |
ExpressionLanguageRuntime.evaluateAsNumber(OExpression cexp,
EvaluationContext ctx) |
java.lang.String |
ExpressionLanguageRuntime.evaluateAsString(OExpression cexp,
EvaluationContext ctx) |
org.w3c.dom.Node |
ExpressionLanguageRuntime.evaluateNode(OExpression cexp,
EvaluationContext context) |
org.w3c.dom.Node |
EvaluationContext.evaluateQuery(org.w3c.dom.Node root,
OExpression expr)
Evaluate a query expression.
|
Copyright © 2015 WSO2. All Rights Reserved.