Enum Class ScheduledJobType

java.lang.Object
java.lang.Enum<ScheduledJobType>
com.aquima.interactions.process.scheduler.utility.ScheduledJobType
All Implemented Interfaces:
Serializable, Comparable<ScheduledJobType>, Constable

public enum ScheduledJobType extends Enum<ScheduledJobType>
All the job types that can be scheduled. REFRESHABLE - job type for case evaluation, created for each process engine instance UNKNOWN - used for the case when the job type cannot be determined DEFAULT - job type for the REFRESHABLE job types in previous versions
Since:
10.4
Author:
Voicu Moldovan
  • Enum Constant Details

  • Method Details

    • values

      public static ScheduledJobType[] values()
      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 ScheduledJobType valueOf(String name)
      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