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 Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • SCRIPT_PREFIX

      public static final String SCRIPT_PREFIX
      the prefix for script declarations
      See Also:
    • IDENTIFIER_ID_PRIORITY

      public static final UUID IDENTIFIER_ID_PRIORITY
      Identifier for the priority, stored in the SchedulerData and the worklist model.
  • Constructor Details

    • CommonConstants

      public CommonConstants()