@Scriptable @ConstantClass public final class VARIABLE_NAMESPACE extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BPEE
The bpee context variable namespace
http://schemas.unitedplanet.de/intrexx/variable/bpee/ . |
static String |
BPEE_DYNAMIC
The namespace for dynamically created bpee context variables.
|
static String |
CONSTANT
The namespace for constant values
http://schemas.unitedplanet.de/intrexx/variable/named-constant/ . |
static String |
CONTEXT
The internal context namespace
http://schemas.unitedplanet.de/intrexx/variable/context/ . |
static String |
DATAFIELD
A namespace for datafield variables
http://schemas.unitedplanet.de/intrexx/variable/datafield/ . |
static String |
INSTANCE
The instance namespace.
|
static String |
PREFIX
A common prefix for named-variable namespaces.
|
static String |
REQUEST
The request variable namespace
http://schemas.unitedplanet.de/intrexx/variable/request/ . |
static String |
SESSION
The session variable namespace
http://schemas.unitedplanet.de/intrexx/variable/session/ . |
static String |
SHARED_STATE
The internal context namespace
http://schemas.unitedplanet.de/intrexx/variable/sharedState/ . |
static String |
SOURCE_PAGE_VALUE
The source page value variable namespace
http://schemas.unitedplanet.de/intrexx/variable/source-page-value/ . |
static String |
SYSTEM
http://schemas.unitedplanet.de/intrexx/variable/system-value |
static String |
SYSTEM_DATA_GROUP_PREFIX
The common prefix for system data group namespaces.
|
static String |
SYSTEM_USER
http://schemas.unitedplanet.de/intrexx/variable/system-value/user/ |
static String |
TEMPORARY
A namespace for temporary variables
http://schemas.unitedplanet.de/intrexx/variable/temporary/ . |
static String |
URN_REQUEST_PREFIX
The URN form prefix for the
REQUEST namespace,
i.e. |
static String |
URN_SESSION_PREFIX
The URN form prefix for the
SESSION namespace,
i.e. |
static String |
URN_SHARED_STATE_PREFIX
The URN form prefix for the
SHARED_STATE namespace,
i.e. |
static String |
URN_SYSTEM_DATA_GROUP_PREFIX
The URN form prefix for the
SYSTEM_DATA_GROUP_PREFIX namespace,
i.e. |
static String |
URN_USER_PREFIX
The URN form prefix for the
SYSTEM_USER namespace,
i.e. |
static String |
VELOCITY
The Velocity context namespace
http://schemas.unitedplanet.de/intrexx/variable/velocity/ . |
public static final String PREFIX
Defined to be http://schemas.unitedplanet.de/intrexx/variable/
.
public static final String INSTANCE
http://schemas.unitedplanet.de/intrexx/variable/instance/
.
Note: Applications MUST NOT create variables in this namespace.
public static final String SHARED_STATE
http://schemas.unitedplanet.de/intrexx/variable/sharedState/
.
Variables in this namespace have processing context scope. The namespace
is read/write
.
public static final String URN_SHARED_STATE_PREFIX
SHARED_STATE
namespace,
i.e. urn:sharedState:
public static final String CONTEXT
http://schemas.unitedplanet.de/intrexx/variable/context/
.
Note: Applications MUST NOT create variables in this namespace and SHOULD NOT use variables from this namespace.
public static final String CONSTANT
http://schemas.unitedplanet.de/intrexx/variable/named-constant/
.
Note Applications MUST NOT modify or delete variables that belong to this namespace.
public static final String SYSTEM
http://schemas.unitedplanet.de/intrexx/variable/system-value
public static final String SYSTEM_USER
http://schemas.unitedplanet.de/intrexx/variable/system-value/user/
public static final String URN_USER_PREFIX
SYSTEM_USER
namespace,
i.e. urn:user:
public static final String SYSTEM_DATA_GROUP_PREFIX
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
.
public static final String URN_SYSTEM_DATA_GROUP_PREFIX
SYSTEM_DATA_GROUP_PREFIX
namespace,
i.e. urn:systemDataGroup:
public static final String SESSION
http://schemas.unitedplanet.de/intrexx/variable/session/
.
Variables in this namespace have session scope. The namespace
is read/write
.
public static final String URN_SESSION_PREFIX
SESSION
namespace,
i.e. urn:session:
public static final String REQUEST
http://schemas.unitedplanet.de/intrexx/variable/request/
.
Note: This namespace is read-only
.
public static final String URN_REQUEST_PREFIX
REQUEST
namespace,
i.e. urn:request:
public static final String SOURCE_PAGE_VALUE
http://schemas.unitedplanet.de/intrexx/variable/source-page-value/
.
Note: This namespace is read-only
.
public static final String BPEE
http://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
.
public static final String BPEE_DYNAMIC
http://schemas.unitedplanet.de/intrexx/variable/bpee-dynamic/
.
This namespace is read/write
.
public static final String VELOCITY
http://schemas.unitedplanet.de/intrexx/variable/velocity/
.
Note: This namespace is read-only
.
public static final String TEMPORARY
http://schemas.unitedplanet.de/intrexx/variable/temporary/
.
This namespace is read/write
.
public static final String DATAFIELD
http://schemas.unitedplanet.de/intrexx/variable/datafield/
.
This namespace is read/write
.