| Package | Description |
|---|---|
| org.apache.ode.bpel.compiler |
BPEL compiler (bpelc) classes and interfaces.
|
| org.apache.ode.bpel.compiler.api | |
| org.apache.ode.bpel.compiler.bom |
The API for the BPEL Object Model (BOM), a domain-specific document
object model (DOM) that can represent BPEL v1.1 and BPEL v2.0 (OASIS) processes.
|
| org.apache.ode.bpel.elang.xpath10.compiler |
| Modifier and Type | Method and Description |
|---|---|
OExpression |
BpelCompiler.compileExpr(Expression expression) |
OExpression |
BpelCompiler.compileExpr(Expression expression,
OVarType rootNodeType,
java.lang.Object requestedResultType,
java.lang.Object[] resultType) |
OExpression |
BpelCompiler.compileJoinCondition(Expression expression) |
OLValueExpression |
BpelCompiler.compileLValueExpr(Expression expression) |
OLValueExpression |
BpelCompiler.compileLValueExpr(Expression expression,
OVarType rootNodeType,
java.lang.Object requestedResultType,
java.lang.Object[] resultType) |
| Modifier and Type | Method and Description |
|---|---|
OExpression |
CompilerContext.compileExpr(Expression expr) |
OExpression |
CompilerContext.compileExpr(Expression expr,
OVarType rootNodeType,
java.lang.Object requestedResultType,
java.lang.Object[] resultType) |
OExpression |
CompilerContext.compileJoinCondition(Expression expr) |
OLValueExpression |
CompilerContext.compileLValueExpr(Expression expr) |
OLValueExpression |
CompilerContext.compileLValueExpr(Expression expr,
OVarType rootNodeType,
java.lang.Object requestedResultType,
java.lang.Object[] resultType) |
java.lang.Object |
ExpressionValidator.validate(Expression source,
OVarType rootNodeType,
java.lang.Object requestedResultType)
Validate given expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompletionCondition
Interface for a
<completionCondition> as used in a
forEach activity. |
class |
Expression11
BPEL-1.1 overrides for the expression object.
|
class |
Query
A Query is nothing more than an expression with the expression-language in the "queryLanguage" attribute
rather than the "expressionLanguage" attribute.
|
class |
Query11
A BPEL 1.1 Query, extends the 1.1 version of expression:
Expression11. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
From.getAsExpression() |
Expression |
ToFrom.getAsExpression() |
Expression |
RepeatUntilActivity.getCondition()
Get the repeat-until condition.
|
Expression |
IfActivity.getCondition() |
Expression |
IfActivity.Case.getCondition()
Get the condition associated with this case.
|
Expression |
WhileActivity11.getCondition() |
Expression |
WhileActivity.getCondition()
Get the while condition.
|
Expression |
SwitchActivity.Case.getCondition()
Get the condition associated with this case.
|
Expression |
ForEachActivity.getFinalCounter()
Sets the expression that will be used as a termination value for the
forEach iterations.
|
Expression |
WaitActivity.getFor()
Get the for expression.
|
Expression |
OnAlarm.getFor()
Get the duration of the alarm.
|
Expression |
Activity.getJoinCondition()
Get the join condition.
|
Expression |
ExtensionActivity.getJoinCondition() |
Expression |
VariableVal.getLocation() |
Expression |
VariableVal11.getLocation() |
Expression |
PropertyAlias11.getQuery() |
Expression |
PropertyAlias.getQuery()
Get the location path query for the
OPropertyAlias as
originally specified in the WSDL. |
Expression |
OnAlarm.getRepeatEvery()
Get the repeatEvery (optional)
|
Expression |
ForEachActivity.getStartCounter()
\
Gets the expression that will be used as a start value for the iteration
counter.
|
Expression |
LinkSource.getTransitionCondition()
Get the link transition condition.
|
Expression |
WaitActivity.getUntil()
Get the "until" expression.
|
Expression |
OnAlarm.getUntil()
Get the deadline when the alarm goes out of effect.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XPath10ExpressionCompilerImpl.doJaxenCompile(OXPath10Expression out,
Expression source)
Verifies validity of a xpath expression.
|
Copyright © 2021 WSO2. All Rights Reserved.