Package de.uplanet.lucy.bpee
Schnittstelle IBpeeExecutionContext
- Alle Superschnittstellen:
de.uplanet.util.IDumpable
- Alle bekannten Implementierungsklassen:
de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext,BpeeEngine.MergedBpeeExecutionContext
public interface IBpeeExecutionContext
extends de.uplanet.util.IDumpable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleancontainsVariable(QName p_qnmVariable) Get a set, ordered first by the variable's namespace URI, and then by the variable's local name.de.uplanet.lucy.server.IProcessingContextGet the attachedIProcessingContext.IValueHolder<?> getVariable(QName p_qnmVariable) booleanCheck if the BPEE context has an attachedIProcessingContext.voidvoidputVariable(QName p_qnmVariable, IValueHolder<?> p_vh) voidvoidremoveVariable(QName p_qnmVariable) Von Schnittstelle geerbte Methoden de.uplanet.util.IDumpable
dump
-
Methodendetails
-
hasProcessingContext
boolean hasProcessingContext()Check if the BPEE context has an attachedIProcessingContext.- Gibt zurück:
trueif the BPEE context has an attached processing context, orfalseotherwise.
-
getProcessingContext
de.uplanet.lucy.server.IProcessingContext getProcessingContext()Get the attachedIProcessingContext.- Gibt zurück:
- The attached processing context, or
null.
-
contains
-
get
-
put
-
remove
-
containsVariable
-
getVariable
-
putVariable
-
removeVariable
-
getOrderedVariableKeySet
Get a set, ordered first by the variable's namespace URI, and then by the variable's local name.- Gibt zurück:
- The ordered set.
-