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 SummaryConstructorsConstructorDescriptionConvenientBpeeExecutionContext(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx) 
- 
Method SummaryModifier 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.Expandoequals, getMetaPropertyValues, getProperties, getProperty, hashCode, invokeMethod, setProperty, toStringMethods inherited from class groovy.lang.GroovyObjectSupportgetMetaClass, setMetaClass
- 
Constructor Details- 
ConvenientBpeeExecutionContextpublic ConvenientBpeeExecutionContext(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx) 
 
- 
- 
Method Details- 
hasProcessingContextpublic boolean hasProcessingContext()- Specified by:
- hasProcessingContextin interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
getProcessingContext- Specified by:
- getProcessingContextin interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
getWrappedContextpublic de.uplanet.lucy.bpee.IBpeeExecutionContext getWrappedContext()
- 
contains
- 
contains- Specified by:
- containsin interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
containsVariable
- 
containsVariable- Specified by:
- containsVariablein interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
get
- 
get- Specified by:
- getin interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
getVariable
- 
getVariable- Specified by:
- getVariablein interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
put
- 
put- Specified by:
- putin interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
putVariable
- 
putVariable- Specified by:
- putVariablein interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
remove
- 
remove- Specified by:
- removein interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
removeVariable
- 
removeVariable- Specified by:
- removeVariablein interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
getOrderedVariableKeySet- Specified by:
- getOrderedVariableKeySetin interface- de.uplanet.lucy.bpee.IBpeeExecutionContext
 
- 
dump- Specified by:
- dumpin interface- de.uplanet.util.IDumpable
 
- 
getConstantVarsAn accessor for theVARIABLE_NAMESPACE.CONSTANTnamespace.- Returns:
- The namespace accessor.
 
- 
getSystemVarsAn accessor for theVARIABLE_NAMESPACE.SYSTEMnamespace.- Returns:
- The namespace accessor.
 
- 
getUserVarsAn accessor for theVARIABLE_NAMESPACE.SYSTEM_USERnamespace.- Returns:
- The namespace accessor.
 
- 
getSessionVarsAn accessor for theVARIABLE_NAMESPACE.SESSIONnamespace.- Returns:
- The namespace accessor.
 
- 
getRequestVarsAn accessor for theVARIABLE_NAMESPACE.REQUESTnamespace.- Returns:
- The namespace accessor.
 
- 
getBpeeVarsAn accessor for theVARIABLE_NAMESPACE.BPEEnamespace.- Returns:
- The namespace accessor.
 
- 
getBpeeDynamicVarsAn accessor for theVARIABLE_NAMESPACE.BPEE_DYNAMICnamespace.- Returns:
- The namespace accessor.
 
- 
getTempVarsAn accessor for theVARIABLE_NAMESPACE.TEMPORARYnamespace.- Returns:
- The namespace accessor.
 
- 
getSrcPageVarsAn accessor for theVARIABLE_NAMESPACE.SOURCE_PAGE_VALUEnamespace.- Returns:
- The namespace accessor.
 
- 
getDatafieldVarsAn accessor for theVARIABLE_NAMESPACE.DATAFIELDnamespace.- Returns:
- The namespace accessor.
 
- 
getAt
 
-