Enum Class JobMode

java.lang.Object
java.lang.Enum<JobMode>
oracle.iam.application.vo.JobMode
All Implemented Interfaces:
Serializable, Comparable<JobMode>, Constable

public enum JobMode extends Enum<JobMode>
  • Enum Constant Details

    • Full

      public static final JobMode Full
    • Incremental

      public static final JobMode Incremental
    • Delete

      public static final JobMode Delete
    • Entitlement

      public static final JobMode Entitlement
    • FlatFileFull

      public static final JobMode FlatFileFull
    • FlatFileDiffSync

      public static final JobMode FlatFileDiffSync
    • FlatFileDeleteSync

      public static final JobMode FlatFileDeleteSync
    • FlatFileEntitlement

      public static final JobMode FlatFileEntitlement
    • FlatFileDelete

      public static final JobMode FlatFileDelete
  • Field Details

    • genericJobModes

      public static EnumSet<JobMode> genericJobModes
    • flatFileTypeJobModes

      public static EnumSet<JobMode> flatFileTypeJobModes
  • Method Details

    • values

      public static JobMode[] 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 JobMode 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<JobMode>
    • enumOf

      public static JobMode enumOf(String mode)
    • getScheduleTaskClassName

      public String getScheduleTaskClassName()
    • getDefaultTaskName

      public String getDefaultTaskName()
    • getJobMode

      public static JobMode getJobMode(String className)