Enum Class JobExecutionFlag
- All Implemented Interfaces:
Serializable,Comparable<JobExecutionFlag>,Constable
Deprecated.
The Enum JobExecutionFlag
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Allow the job to wait until preconditions match.Deprecated.Close documents before job start? Default: true.Deprecated.Must document exist before job start? Default: false.Deprecated.Open documents before job start? Default: true.Deprecated.Recreate documents before job start? Default: false.Deprecated.Whether to restore the previous document state, if job fails.Deprecated.Whether to partition a job run for several publications in several jobs for each one.Deprecated.Retry job execution on failure? Default: up to two times.Deprecated.How long to wait in milliseconds, until preconditions match. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the default value which is set into Constructor.static JobExecutionFlagDeprecated.Returns the enum constant of this class with the specified name.static JobExecutionFlag[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALLOW_WAITING
Deprecated.Allow the job to wait until preconditions match. Default: true
Supported by
-
DOCUMENT_MUST_EXIST
Deprecated. -
DOCUMENT_RECREATE_BEFORE
Deprecated. -
DOCUMENT_MUST_BE_CLOSED
Deprecated. -
DOCUMENT_OPEN_BEFORE
Deprecated. -
DOCUMENT_RESTORE_ON_FAILURE
Deprecated.Whether to restore the previous document state, if job fails. Default: true.
Supported by
-
RETRY_TIMES
Deprecated. -
WAIT_MAX_TIME
Deprecated.How long to wait in milliseconds, until preconditions match. Default: 30000.
Supported by
-
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
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
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 nameNullPointerException- if the argument is null
-
getDefaultValue
Deprecated.Gets the default value which is set into Constructor.- Returns:
- the default value
-