Class VARIABLE_NAMESPACE
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The bpee context variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/bpee/
.static final String
The namespace for dynamically created bpee context variables.static final String
The namespace for constant valueshttp://schemas.unitedplanet.de/intrexx/variable/named-constant/
.static final String
The internal context namespacehttp://schemas.unitedplanet.de/intrexx/variable/context/
.static final String
A namespace for datafield variableshttp://schemas.unitedplanet.de/intrexx/variable/datafield/
.static final String
The instance namespace.static final String
A common prefix for named-variable namespaces.static final String
The request variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/request/
.static final String
The session variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/session/
.static final String
The internal context namespacehttp://schemas.unitedplanet.de/intrexx/variable/shared-state/
.static final String
The source page value variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/source-page-value/
.static final String
http://schemas.unitedplanet.de/intrexx/variable/system-value
static final String
The common prefix for system data group namespaces.static final String
http://schemas.unitedplanet.de/intrexx/variable/system-value/user/
static final String
A namespace for temporary variableshttp://schemas.unitedplanet.de/intrexx/variable/temporary/
.static final String
The URN form prefix for theREQUEST
namespace, i.e.static final String
The URN form prefix for theSESSION
namespace, i.e.static final String
The URN form prefix for theSHARED_STATE
namespace, i.e.static final String
The URN form prefix for theSYSTEM_DATA_GROUP_PREFIX
namespace, i.e.static final String
The URN form prefix for theSYSTEM_USER
namespace, i.e.static final String
The URN form prefix for theWORKFLOW_USER
namespace, i.e.static final String
The Velocity context namespacehttp://schemas.unitedplanet.de/intrexx/variable/velocity/
.static final String
The workflow user variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/workflow-user/
. -
Method Summary
-
Field Details
-
PREFIX
A common prefix for named-variable namespaces.Defined to be
http://schemas.unitedplanet.de/intrexx/variable/
.- See Also:
-
INSTANCE
The instance namespace.http://schemas.unitedplanet.de/intrexx/variable/instance/
.Note: Applications MUST NOT create variables in this namespace.
- See Also:
-
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:
-
URN_SHARED_STATE_PREFIX
The URN form prefix for theSHARED_STATE
namespace, i.e.urn:sharedState:
- See Also:
-
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
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:
-
SYSTEM
http://schemas.unitedplanet.de/intrexx/variable/system-value
- See Also:
-
SYSTEM_USER
http://schemas.unitedplanet.de/intrexx/variable/system-value/user/
- See Also:
-
URN_USER_PREFIX
The URN form prefix for theSYSTEM_USER
namespace, i.e.urn:user:
- See Also:
-
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:
-
URN_SYSTEM_DATA_GROUP_PREFIX
The URN form prefix for theSYSTEM_DATA_GROUP_PREFIX
namespace, i.e.urn:systemDataGroup:
- See Also:
-
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:
-
URN_SESSION_PREFIX
The URN form prefix for theSESSION
namespace, i.e.urn:session:
- See Also:
-
REQUEST
The request variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/request/
.Note: This namespace is
read-only
.- See Also:
-
URN_REQUEST_PREFIX
The URN form prefix for theREQUEST
namespace, i.e.urn:request:
- See Also:
-
WORKFLOW_USER
The workflow user variable namespacehttp://schemas.unitedplanet.de/intrexx/variable/workflow-user/
.- See Also:
-
URN_WORKFLOW_USER_PREFIX
The URN form prefix for theWORKFLOW_USER
namespace, i.e.urn:workflowUser:
- See Also:
-
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:
-
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:
-
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:
-
VELOCITY
The Velocity context namespacehttp://schemas.unitedplanet.de/intrexx/variable/velocity/
.Note: This namespace is
read-only
.- See Also:
-
TEMPORARY
A namespace for temporary variableshttp://schemas.unitedplanet.de/intrexx/variable/temporary/
.This namespace is
read/write
.- See Also:
-
DATAFIELD
A namespace for datafield variableshttp://schemas.unitedplanet.de/intrexx/variable/datafield/
.This namespace is
read/write
.- See Also:
-