| Package | Description |
|---|---|
| org.apache.ode.bpel.engine | |
| org.apache.ode.bpel.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelRuntimeContextImpl.checkDuplicateCSets(ScopeFrame scopeFrame,
OPickReceive.OnMessage onMessage,
VariableInstance vinst,
java.lang.String mexId) |
org.w3c.dom.Node |
BpelRuntimeContextImpl.fetchVariableData(VariableInstance variable,
ScopeFrame scopeFrame,
boolean forWriting) |
void |
BpelRuntimeContextImpl.initializeCorrelation(CorrelationSetInstance cset,
VariableInstance variable)
Common functionality to initialize a correlation set based on data
available in a variable.
|
org.w3c.dom.Node |
BpelRuntimeContextImpl.initializeVariable(VariableInstance variable,
ScopeFrame scopeFrame,
org.w3c.dom.Node initData)
Write to local and external variables
|
boolean |
BpelRuntimeContextImpl.isVariableInitialized(VariableInstance var) |
java.lang.String |
BpelRuntimeContextImpl.readProperty(VariableInstance variable,
OProcess.OProperty property)
Evaluate a property alias query expression against a variable, returning
the normalized
String representation of the property value. |
org.w3c.dom.Node |
BpelRuntimeContextImpl.writeVariable(VariableInstance variable,
org.w3c.dom.Node changes) |
| Modifier and Type | Method and Description |
|---|---|
VariableInstance |
ScopeFrame.resolve(OScope.Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelRuntimeContext.checkDuplicateCSets(ScopeFrame scopeFrame,
OPickReceive.OnMessage onMessage,
VariableInstance vinst,
java.lang.String mexID) |
org.w3c.dom.Node |
BpelRuntimeContext.fetchVariableData(VariableInstance variable,
ScopeFrame scopeFrame,
boolean forWriting) |
protected void |
BpelJacobRunnable.initializeCorrelation(CorrelationSetInstance cset,
VariableInstance variable) |
org.w3c.dom.Node |
BpelRuntimeContext.initializeVariable(VariableInstance variable,
ScopeFrame scopeFrame,
org.w3c.dom.Node initData)
Write to local and external variables
|
boolean |
BpelRuntimeContext.isVariableInitialized(VariableInstance variable)
Checks for variable initialization, i.e.
|
java.lang.String |
BpelRuntimeContext.readProperty(VariableInstance var,
OProcess.OProperty property)
Evaluate a property alias query expression against a variable, returning the normalized
String representation of the property value. |
org.w3c.dom.Node |
BpelRuntimeContext.writeVariable(VariableInstance var,
org.w3c.dom.Node changes) |
Copyright © 2021 WSO2. All Rights Reserved.