Class CommonConstants
java.lang.Object
de.aristaflow.adept2.model.globals.CommonConstants
Constants which may be used across all data models.
- Author:
- Kevin Goeser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UUIDIdentifier for the priority, stored in the SchedulerData and the worklist model.static final intThe ID_NOT_EXISTING constant is used as null for integer values.static final longIndicates a long ID reference which does not exist.static final Stringthe prefix for script declarationsstatic final StringThe user attribute prefix to store the termination time of the dependent node for autostart.static final StringThe user attribute prefix to store the serialised session token for auto starting a dependent node.static final StringThe user attribute for the to store the delay when signaling the activity termination deferred, for instance due to communication problems with the server.static final UUIDIndicates a UUID reference which does not exist.static final StringSavepoint ID for storing additional data allowing to display it in view-only mode. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UUID_NOT_EXISTING
Indicates a UUID reference which does not exist. -
LONG_ID_NOT_EXISTING
public static final long LONG_ID_NOT_EXISTINGIndicates a long ID reference which does not exist.- See Also:
-
INT_ID_NOT_EXISTING
public static final int INT_ID_NOT_EXISTINGThe ID_NOT_EXISTING constant is used as null for integer values.- See Also:
-
UA_AUTOSTART_USER_DATA
The user attribute prefix to store the serialised session token for auto starting a dependent node.- See Also:
-
UA_AUTOSTART_TIME
The user attribute prefix to store the termination time of the dependent node for autostart.- See Also:
-
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:
-
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:
-
SCRIPT_PREFIX
the prefix for script declarations- See Also:
-
IDENTIFIER_ID_PRIORITY
Identifier for the priority, stored in the SchedulerData and the worklist model.
-
-
Constructor Details
-
CommonConstants
public CommonConstants()
-