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
ConstructorDescriptionConvenientBpeeExecutionContext
(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
containsVariable
(String p_strNamespace, String p_strLocalName) boolean
containsVariable
(QName p_qnmVariable) dump()
An accessor for theVARIABLE_NAMESPACE.BPEE_DYNAMIC
namespace.An accessor for theVARIABLE_NAMESPACE.BPEE
namespace.An accessor for theVARIABLE_NAMESPACE.CONSTANT
namespace.An accessor for theVARIABLE_NAMESPACE.DATAFIELD
namespace.An accessor for theVARIABLE_NAMESPACE.REQUEST
namespace.An accessor for theVARIABLE_NAMESPACE.SESSION
namespace.An accessor for theVARIABLE_NAMESPACE.SOURCE_PAGE_VALUE
namespace.An accessor for theVARIABLE_NAMESPACE.SYSTEM
namespace.An accessor for theVARIABLE_NAMESPACE.TEMPORARY
namespace.An accessor for theVARIABLE_NAMESPACE.SYSTEM_USER
namespace.IValueHolder
<?> getVariable
(String p_strNamespace, String p_strLocalName) IValueHolder
<?> getVariable
(QName p_qnmVariable) de.uplanet.lucy.bpee.IBpeeExecutionContext
boolean
void
void
void
putVariable
(String p_strNamespace, String p_strLocalName, IValueHolder<?> p_vh) void
putVariable
(QName p_qnmVariable, IValueHolder<?> p_vh) void
void
void
removeVariable
(String p_strNamespace, String p_strLocalName) void
removeVariable
(QName p_qnmVariable) Methods inherited from class groovy.util.Expando
equals, getMetaPropertyValues, getProperties, getProperty, hashCode, invokeMethod, setProperty, toString
Methods 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:
hasProcessingContext
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getProcessingContext
- Specified by:
getProcessingContext
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getWrappedContext
public de.uplanet.lucy.bpee.IBpeeExecutionContext getWrappedContext() -
contains
-
contains
- Specified by:
contains
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
containsVariable
-
containsVariable
- Specified by:
containsVariable
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
get
-
get
- Specified by:
get
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getVariable
-
getVariable
- Specified by:
getVariable
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
put
-
put
- Specified by:
put
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
putVariable
-
putVariable
- Specified by:
putVariable
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
remove
-
remove
- Specified by:
remove
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
removeVariable
-
removeVariable
- Specified by:
removeVariable
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
getOrderedVariableKeySet
- Specified by:
getOrderedVariableKeySet
in interfacede.uplanet.lucy.bpee.IBpeeExecutionContext
-
dump
- Specified by:
dump
in interfacede.uplanet.util.IDumpable
-
getConstantVars
An accessor for theVARIABLE_NAMESPACE.CONSTANT
namespace.- Returns:
- The namespace accessor.
-
getSystemVars
An accessor for theVARIABLE_NAMESPACE.SYSTEM
namespace.- Returns:
- The namespace accessor.
-
getUserVars
An accessor for theVARIABLE_NAMESPACE.SYSTEM_USER
namespace.- Returns:
- The namespace accessor.
-
getSessionVars
An accessor for theVARIABLE_NAMESPACE.SESSION
namespace.- Returns:
- The namespace accessor.
-
getRequestVars
An accessor for theVARIABLE_NAMESPACE.REQUEST
namespace.- Returns:
- The namespace accessor.
-
getBpeeVars
An accessor for theVARIABLE_NAMESPACE.BPEE
namespace.- Returns:
- The namespace accessor.
-
getBpeeDynamicVars
An accessor for theVARIABLE_NAMESPACE.BPEE_DYNAMIC
namespace.- Returns:
- The namespace accessor.
-
getTempVars
An accessor for theVARIABLE_NAMESPACE.TEMPORARY
namespace.- Returns:
- The namespace accessor.
-
getSrcPageVars
An accessor for theVARIABLE_NAMESPACE.SOURCE_PAGE_VALUE
namespace.- Returns:
- The namespace accessor.
-
getDatafieldVars
An accessor for theVARIABLE_NAMESPACE.DATAFIELD
namespace.- Returns:
- The namespace accessor.
-
getAt
-