public class CommonConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.UUID |
IDENTIFIER_ID_PRIORITY
Identifier for the priority, stored in the SchedulerData and the worklist
model.
|
static int |
INT_ID_NOT_EXISTING
The ID_NOT_EXISTING constant is used as null for integer values.
|
static long |
LONG_ID_NOT_EXISTING
Indicates a long ID reference which does not exist.
|
static java.lang.String |
SCRIPT_PREFIX
the prefix for script declarations
|
static java.lang.String |
UA_AUTOSTART_TIME
The user attribute prefix to store the termination time of the dependent
node for autostart.
|
static java.lang.String |
UA_AUTOSTART_USER_DATA
The user attribute prefix to store the serialised session token for auto
starting a dependent node.
|
static java.lang.String |
UA_DELAYED_TERMINATION_SIGNAL
The user attribute for the to store the delay when signaling the activity
termination deferred, for instance due to communication problems with the
server.
|
static java.util.UUID |
UUID_NOT_EXISTING
Indicates a UUID reference which does not exist.
|
static java.lang.String |
VIEW_ONLY_SAVEPOINT
Savepoint ID for storing additional data allowing to display it in
view-only mode.
|
| Constructor and Description |
|---|
CommonConstants() |
public static final java.util.UUID UUID_NOT_EXISTING
public static final long LONG_ID_NOT_EXISTING
public static final int INT_ID_NOT_EXISTING
public static final java.lang.String UA_AUTOSTART_USER_DATA
public static final java.lang.String UA_AUTOSTART_TIME
public static final java.lang.String UA_DELAYED_TERMINATION_SIGNAL
public static final java.lang.String VIEW_ONLY_SAVEPOINT
public static final java.lang.String SCRIPT_PREFIX
public static final java.util.UUID IDENTIFIER_ID_PRIORITY