Class VARIABLE_NAMESPACE
- java.lang.Object
-
- de.uplanet.util.VARIABLE_NAMESPACE
-
@Scriptable @ConstantClass public final class VARIABLE_NAMESPACE extends Object
Namespaces of named variables.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBPEEThe bpee context variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/bpee/.static StringBPEE_DYNAMICThe namespace for dynamically created bpee context variables.static StringCONSTANTThe namespace for constant valueshttp://schemas.unitedplanet.de/intrexx/variable/named-constant/.static StringCONTEXTThe internal context namespacehttp://schemas.unitedplanet.de/intrexx/variable/context/.static StringDATAFIELDA namespace for datafield variableshttp://schemas.unitedplanet.de/intrexx/variable/datafield/.static StringINSTANCEThe instance namespace.static StringPREFIXA common prefix for named-variable namespaces.static StringREQUESTThe request variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/request/.static StringSESSIONThe session variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/session/.static StringSHARED_STATEThe internal context namespacehttp://schemas.unitedplanet.de/intrexx/variable/shared-state/.static StringSOURCE_PAGE_VALUEThe source page value variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/source-page-value/.static StringSYSTEMhttp://schemas.unitedplanet.de/intrexx/variable/system-valuestatic StringSYSTEM_DATA_GROUP_PREFIXThe common prefix for system data group namespaces.static StringSYSTEM_USERhttp://schemas.unitedplanet.de/intrexx/variable/system-value/user/static StringTEMPORARYA namespace for temporary variableshttp://schemas.unitedplanet.de/intrexx/variable/temporary/.static StringURN_REQUEST_PREFIXThe URN form prefix for theREQUESTnamespace, i.e.static StringURN_SESSION_PREFIXThe URN form prefix for theSESSIONnamespace, i.e.static StringURN_SHARED_STATE_PREFIXThe URN form prefix for theSHARED_STATEnamespace, i.e.static StringURN_SYSTEM_DATA_GROUP_PREFIXThe URN form prefix for theSYSTEM_DATA_GROUP_PREFIXnamespace, i.e.static StringURN_USER_PREFIXThe URN form prefix for theSYSTEM_USERnamespace, i.e.static StringURN_WORKFLOW_USER_PREFIXThe URN form prefix for theWORKFLOW_USERnamespace, i.e.static StringVELOCITYThe Velocity context namespacehttp://schemas.unitedplanet.de/intrexx/variable/velocity/.static StringWORKFLOW_USERThe workflow user variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/workflow-user/.
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
A common prefix for named-variable namespaces.Defined to be
http://schemas.unitedplanet.de/intrexx/variable/.- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
The instance namespace.http://schemas.unitedplanet.de/intrexx/variable/instance/.Note: Applications MUST NOT create variables in this namespace.
- See Also:
- Constant Field Values
-
SHARED_STATE
public static final String SHARED_STATE
The internal context namespacehttp://schemas.unitedplanet.de/intrexx/variable/shared-state/.Variables in this namespace have processing context scope. The namespace is
read/write.- See Also:
- Constant Field Values
-
URN_SHARED_STATE_PREFIX
public static final String URN_SHARED_STATE_PREFIX
The URN form prefix for theSHARED_STATEnamespace, i.e.urn:sharedState:- See Also:
- Constant Field Values
-
CONTEXT
public static final String CONTEXT
The internal context namespacehttp://schemas.unitedplanet.de/intrexx/variable/context/.Note: Applications MUST NOT create variables in this namespace and SHOULD NOT use variables from this namespace.
- See Also:
- Constant Field Values
-
CONSTANT
public static final String CONSTANT
The namespace for constant valueshttp://schemas.unitedplanet.de/intrexx/variable/named-constant/.Note Applications MUST NOT modify or delete variables that belong to this namespace.
- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
http://schemas.unitedplanet.de/intrexx/variable/system-value- See Also:
- Constant Field Values
-
SYSTEM_USER
public static final String SYSTEM_USER
http://schemas.unitedplanet.de/intrexx/variable/system-value/user/- See Also:
- Constant Field Values
-
URN_USER_PREFIX
public static final String URN_USER_PREFIX
The URN form prefix for theSYSTEM_USERnamespace, i.e.urn:user:- See Also:
- Constant Field Values
-
SYSTEM_DATA_GROUP_PREFIX
public static final String SYSTEM_DATA_GROUP_PREFIX
The common prefix for system data group namespaces.http://schemas.unitedplanet.de/intrexx/variable/system-value/system-data-group/Variables in this namespace have global system scope. Note: This namespace is
read-only.- See Also:
- Constant Field Values
-
URN_SYSTEM_DATA_GROUP_PREFIX
public static final String URN_SYSTEM_DATA_GROUP_PREFIX
The URN form prefix for theSYSTEM_DATA_GROUP_PREFIXnamespace, i.e.urn:systemDataGroup:- See Also:
- Constant Field Values
-
SESSION
public static final String SESSION
The session variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/session/.Variables in this namespace have session scope. The namespace is
read/write.- See Also:
- Constant Field Values
-
URN_SESSION_PREFIX
public static final String URN_SESSION_PREFIX
The URN form prefix for theSESSIONnamespace, i.e.urn:session:- See Also:
- Constant Field Values
-
REQUEST
public static final String REQUEST
The request variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/request/.Note: This namespace is
read-only.- See Also:
- Constant Field Values
-
URN_REQUEST_PREFIX
public static final String URN_REQUEST_PREFIX
The URN form prefix for theREQUESTnamespace, i.e.urn:request:- See Also:
- Constant Field Values
-
WORKFLOW_USER
public static final String WORKFLOW_USER
The workflow user variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/workflow-user/.- See Also:
- Constant Field Values
-
URN_WORKFLOW_USER_PREFIX
public static final String URN_WORKFLOW_USER_PREFIX
The URN form prefix for theWORKFLOW_USERnamespace, i.e.urn:workflowUser:- See Also:
- Constant Field Values
-
SOURCE_PAGE_VALUE
public static final String SOURCE_PAGE_VALUE
The source page value variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/source-page-value/.Note: This namespace is
read-only.- See Also:
- Constant Field Values
-
BPEE
public static final String BPEE
The bpee context variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/bpee/.Objects from this namespace exist as long as the bpee context in which the respective variables are defined exists. The namespace is
read/write.- See Also:
- Constant Field Values
-
BPEE_DYNAMIC
public static final String BPEE_DYNAMIC
The namespace for dynamically created bpee context variables.http://schemas.unitedplanet.de/intrexx/variable/bpee-dynamic/.This namespace is
read/write.- See Also:
- Constant Field Values
-
VELOCITY
public static final String VELOCITY
The Velocity context namespacehttp://schemas.unitedplanet.de/intrexx/variable/velocity/.Note: This namespace is
read-only.- See Also:
- Constant Field Values
-
TEMPORARY
public static final String TEMPORARY
A namespace for temporary variableshttp://schemas.unitedplanet.de/intrexx/variable/temporary/.This namespace is
read/write.- See Also:
- Constant Field Values
-
DATAFIELD
public static final String DATAFIELD
A namespace for datafield variableshttp://schemas.unitedplanet.de/intrexx/variable/datafield/.This namespace is
read/write.- See Also:
- Constant Field Values
-
-