Class CommonConstants
- java.lang.Object
-
- de.aristaflow.adept2.model.globals.CommonConstants
-
public class CommonConstants extends Object
Constants which may be used across all data models.- Author:
- Kevin Goeser
-
-
Field Summary
Fields Modifier and Type Field Description static 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 String
SCRIPT_PREFIX
the prefix for script declarationsstatic String
UA_AUTOSTART_TIME
The user attribute prefix to store the termination time of the dependent node for autostart.static String
UA_AUTOSTART_USER_DATA
The user attribute prefix to store the serialised session token for auto starting a dependent node.static 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 UUID
UUID_NOT_EXISTING
Indicates a UUID reference which does not exist.static String
VIEW_ONLY_SAVEPOINT
Savepoint ID for storing additional data allowing to display it in view-only mode.
-
Constructor Summary
Constructors Constructor Description CommonConstants()
-
-
-
Field Detail
-
UUID_NOT_EXISTING
public static final UUID UUID_NOT_EXISTING
Indicates a UUID reference which does not exist.
-
LONG_ID_NOT_EXISTING
public static final long LONG_ID_NOT_EXISTING
Indicates a long ID reference which does not exist.- See Also:
- Constant Field Values
-
INT_ID_NOT_EXISTING
public static final int INT_ID_NOT_EXISTING
The ID_NOT_EXISTING constant is used as null for integer values.- See Also:
- Constant Field Values
-
UA_AUTOSTART_USER_DATA
public static final String UA_AUTOSTART_USER_DATA
The user attribute prefix to store the serialised session token for auto starting a dependent node.- See Also:
- Constant Field Values
-
UA_AUTOSTART_TIME
public static final String UA_AUTOSTART_TIME
The user attribute prefix to store the termination time of the dependent node for autostart.- See Also:
- Constant Field Values
-
UA_DELAYED_TERMINATION_SIGNAL
public static final 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.- See Also:
- Constant Field Values
-
VIEW_ONLY_SAVEPOINT
public static final String VIEW_ONLY_SAVEPOINT
Savepoint ID for storing additional data allowing to display it in view-only mode. When terminating an execution, all data that is outside of process context but required for view-only execution should be stored with this savepoint-ID. This ID will not be used for resuming but the savepoint data will be provided in view-only mode.- See Also:
- Constant Field Values
-
SCRIPT_PREFIX
public static final String SCRIPT_PREFIX
the prefix for script declarations- See Also:
- Constant Field Values
-
IDENTIFIER_ID_PRIORITY
public static final UUID IDENTIFIER_ID_PRIORITY
Identifier for the priority, stored in the SchedulerData and the worklist model.
-
-