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 TypeMethodDescriptionbooleancontainsVariable(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) voidremoveVariable(QName p_qnmVariable) Methods inherited from class de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
contains, get, getProcessingContext, hasProcessingContext, put, putVariable, remove
-
Method Details
-
containsVariable
- Specified by:
containsVariablein interfaceIBpeeExecutionContext- Overrides:
containsVariablein classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getVariable
- Specified by:
getVariablein interfaceIBpeeExecutionContext- Overrides:
getVariablein classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
removeVariable
- Specified by:
removeVariablein interfaceIBpeeExecutionContext- Overrides:
removeVariablein classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getOrderedVariableKeySet
Description copied from interface:IBpeeExecutionContextGet a set, ordered first by the variable's namespace URI, and then by the variable's local name.- Specified by:
getOrderedVariableKeySetin interfaceIBpeeExecutionContext- Overrides:
getOrderedVariableKeySetin classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext- Returns:
- The ordered set.
-
dump
- Specified by:
dumpin interfacede.uplanet.util.IDumpable- Overrides:
dumpin classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-