Enum Class JobExecutionFlag

java.lang.Object
java.lang.Enum<JobExecutionFlag>
com.priint.pubserver.comet.renderer.JobExecutionFlag
All Implemented Interfaces:
Serializable, Comparable<JobExecutionFlag>, Constable

@Deprecated public enum JobExecutionFlag extends Enum<JobExecutionFlag>
Deprecated.
The Enum JobExecutionFlag
See Also:
  • Enum Constant Details

    • ALLOW_WAITING

      public static final JobExecutionFlag ALLOW_WAITING
      Deprecated.

      Allow the job to wait until preconditions match. Default: true

      Supported by

    • DOCUMENT_MUST_EXIST

      public static final JobExecutionFlag DOCUMENT_MUST_EXIST
      Deprecated.

      Must document exist before job start? Default: false.

      Supported by

    • DOCUMENT_RECREATE_BEFORE

      public static final JobExecutionFlag DOCUMENT_RECREATE_BEFORE
      Deprecated.

      Recreate documents before job start? Default: false.

      Supported by

    • DOCUMENT_MUST_BE_CLOSED

      public static final JobExecutionFlag DOCUMENT_MUST_BE_CLOSED
      Deprecated.

      Close documents before job start? Default: true.

      Supported by

    • DOCUMENT_OPEN_BEFORE

      public static final JobExecutionFlag DOCUMENT_OPEN_BEFORE
      Deprecated.

      Open documents before job start? Default: true.

      Supported by

    • DOCUMENT_RESTORE_ON_FAILURE

      public static final JobExecutionFlag DOCUMENT_RESTORE_ON_FAILURE
      Deprecated.

      Whether to restore the previous document state, if job fails. Default: true.

      Supported by

    • RETRY_TIMES

      public static final JobExecutionFlag RETRY_TIMES
      Deprecated.

      Retry job execution on failure? Default: up to two times.

      Supported by

    • WAIT_MAX_TIME

      public static final JobExecutionFlag WAIT_MAX_TIME
      Deprecated.

      How long to wait in milliseconds, until preconditions match. Default: 30000.

      Supported by

    • PARTITION_JOB

      public static final JobExecutionFlag PARTITION_JOB
      Deprecated.

      Whether to partition a job run for several publications in several jobs for each one. Default: false.

      Supported by

  • Method Details

    • values

      public static JobExecutionFlag[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JobExecutionFlag valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDefaultValue

      public Object getDefaultValue()
      Deprecated.
      Gets the default value which is set into Constructor.
      Returns:
      the default value