Class ConvenientBpeeExecutionContext
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.util.Expando
de.uplanet.lucy.server.scripting.bpee.ConvenientBpeeExecutionContext
- All Implemented Interfaces:
de.uplanet.lucy.bpee.IBpeeExecutionContext,de.uplanet.util.IDumpable,groovy.lang.GroovyObject
public final class ConvenientBpeeExecutionContext
extends groovy.util.Expando
implements de.uplanet.lucy.bpee.IBpeeExecutionContext
-
Constructor Summary
ConstructorsConstructorDescriptionConvenientBpeeExecutionContext(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleancontainsVariable(String p_strNamespace, String p_strLocalName) booleancontainsVariable(QName p_qnmVariable) dump()An accessor for theVARIABLE_NAMESPACE.BPEE_DYNAMICnamespace.An accessor for theVARIABLE_NAMESPACE.BPEEnamespace.An accessor for theVARIABLE_NAMESPACE.CONSTANTnamespace.An accessor for theVARIABLE_NAMESPACE.DATAFIELDnamespace.An accessor for theVARIABLE_NAMESPACE.REQUESTnamespace.An accessor for theVARIABLE_NAMESPACE.SESSIONnamespace.An accessor for theVARIABLE_NAMESPACE.SOURCE_PAGE_VALUEnamespace.An accessor for theVARIABLE_NAMESPACE.SYSTEMnamespace.An accessor for theVARIABLE_NAMESPACE.TEMPORARYnamespace.An accessor for theVARIABLE_NAMESPACE.SYSTEM_USERnamespace.IValueHolder<?> getVariable(String p_strNamespace, String p_strLocalName) IValueHolder<?> getVariable(QName p_qnmVariable) de.uplanet.lucy.bpee.IBpeeExecutionContextbooleanvoidvoidvoidputVariable(String p_strNamespace, String p_strLocalName, IValueHolder<?> p_vh) voidputVariable(QName p_qnmVariable, IValueHolder<?> p_vh) voidvoidvoidremoveVariable(String p_strNamespace, String p_strLocalName) voidremoveVariable(QName p_qnmVariable) Methods inherited from class groovy.util.Expando
equals, getMetaPropertyValues, getProperties, getProperty, hashCode, invokeMethod, setProperty, toStringMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
-
Constructor Details
-
ConvenientBpeeExecutionContext
public ConvenientBpeeExecutionContext(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx)
-
-
Method Details
-
hasProcessingContext
public boolean hasProcessingContext()- Specified by:
hasProcessingContextin interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getProcessingContext
- Specified by:
getProcessingContextin interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getWrappedContext
public de.uplanet.lucy.bpee.IBpeeExecutionContext getWrappedContext() -
contains
-
contains
- Specified by:
containsin interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
containsVariable
-
containsVariable
- Specified by:
containsVariablein interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
get
-
get
- Specified by:
getin interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getVariable
-
getVariable
- Specified by:
getVariablein interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
put
-
put
- Specified by:
putin interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
putVariable
-
putVariable
- Specified by:
putVariablein interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
remove
-
remove
- Specified by:
removein interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
removeVariable
-
removeVariable
- Specified by:
removeVariablein interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getOrderedVariableKeySet
- Specified by:
getOrderedVariableKeySetin interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
dump
- Specified by:
dumpin interfacede.uplanet.util.IDumpable
-
getConstantVars
An accessor for theVARIABLE_NAMESPACE.CONSTANTnamespace.- Returns:
- The namespace accessor.
-
getSystemVars
An accessor for theVARIABLE_NAMESPACE.SYSTEMnamespace.- Returns:
- The namespace accessor.
-
getUserVars
An accessor for theVARIABLE_NAMESPACE.SYSTEM_USERnamespace.- Returns:
- The namespace accessor.
-
getSessionVars
An accessor for theVARIABLE_NAMESPACE.SESSIONnamespace.- Returns:
- The namespace accessor.
-
getRequestVars
An accessor for theVARIABLE_NAMESPACE.REQUESTnamespace.- Returns:
- The namespace accessor.
-
getBpeeVars
An accessor for theVARIABLE_NAMESPACE.BPEEnamespace.- Returns:
- The namespace accessor.
-
getBpeeDynamicVars
An accessor for theVARIABLE_NAMESPACE.BPEE_DYNAMICnamespace.- Returns:
- The namespace accessor.
-
getTempVars
An accessor for theVARIABLE_NAMESPACE.TEMPORARYnamespace.- Returns:
- The namespace accessor.
-
getSrcPageVars
An accessor for theVARIABLE_NAMESPACE.SOURCE_PAGE_VALUEnamespace.- Returns:
- The namespace accessor.
-
getDatafieldVars
An accessor for theVARIABLE_NAMESPACE.DATAFIELDnamespace.- Returns:
- The namespace accessor.
-
getAt
-