Package de.uplanet.lucy.bpee
Class BpeeEngine.MergedBpeeExecutionContext
java.lang.Object
de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
de.uplanet.lucy.bpee.BpeeEngine.MergedBpeeExecutionContext
- All Implemented Interfaces:
IBpeeExecutionContext
,de.uplanet.util.IDumpable
- Enclosing class:
BpeeEngine
public static final class BpeeEngine.MergedBpeeExecutionContext
extends de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
Context wrapper to merge in constant values.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsVariable
(QName p_qnmVariable) dump()
Get a set, ordered first by the variable's namespace URI, and then by the variable's local name.IValueHolder
<?> getVariable
(QName p_qnmVariable) void
removeVariable
(QName p_qnmVariable) Methods inherited from class de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
contains, get, getProcessingContext, hasProcessingContext, put, putVariable, remove
-
Method Details
-
containsVariable
- Specified by:
containsVariable
in interfaceIBpeeExecutionContext
- Overrides:
containsVariable
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getVariable
- Specified by:
getVariable
in interfaceIBpeeExecutionContext
- Overrides:
getVariable
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
removeVariable
- Specified by:
removeVariable
in interfaceIBpeeExecutionContext
- Overrides:
removeVariable
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getOrderedVariableKeySet
Description copied from interface:IBpeeExecutionContext
Get a set, ordered first by the variable's namespace URI, and then by the variable's local name.- Specified by:
getOrderedVariableKeySet
in interfaceIBpeeExecutionContext
- Overrides:
getOrderedVariableKeySet
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
- Returns:
- The ordered set.
-
dump
- Specified by:
dump
in interfacede.uplanet.util.IDumpable
- Overrides:
dump
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-