| Package | Description |
|---|---|
| org.apache.ode.bpel.explang | |
| org.apache.ode.bpel.extension |
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionOperation.run(java.lang.Object context,
java.lang.String cid,
org.w3c.dom.Element element)
Provides the runtime implementation.
|
Copyright © 2015 WSO2. All Rights Reserved.