| Methods in org.apache.ode.bpel.explang that throw FaultException |
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. |
org.w3c.dom.Node |
EvaluationContext.getPartData(org.w3c.dom.Element message,
OMessageVarType.Part part)
|
boolean |
EvaluationContext.isLinkActive(OLink olink)
Obtain the status of a control link. |
java.lang.String |
EvaluationContext.readMessageProperty(OScope.Variable variable,
OProcess.OProperty property)
Read the value of a BPEL property. |
org.w3c.dom.Node |
EvaluationContext.readVariable(OScope.Variable variable,
OMessageVarType.Part part)
Read the value of a BPEL variable. |