Enum Class UpgradeTasks

java.lang.Object
java.lang.Enum<UpgradeTasks>
edu.internet2.middleware.grouper.app.upgradeTasks.UpgradeTasks
All Implemented Interfaces:
UpgradeTasksInterface, Serializable, Comparable<UpgradeTasks>, Constable

public enum UpgradeTasks extends Enum<UpgradeTasks> implements UpgradeTasksInterface
  • Enum Constant Details

    • V1

      public static final UpgradeTasks V1
      add groupAttrRead/groupAttrUpdate group sets for entities
    • V2

      public static final UpgradeTasks V2
      move subject resolution status attributes to member table
    • V3

      public static final UpgradeTasks V3
    • V4

      public static final UpgradeTasks V4
    • V5

      public static final UpgradeTasks V5
    • V6

      public static final UpgradeTasks V6
    • V7

      public static final UpgradeTasks V7
    • V8

      public static final UpgradeTasks V8
    • V9

      public static final UpgradeTasks V9
    • V14

      public static final UpgradeTasks V14
    • V16

      public static final UpgradeTasks V16
    • V10

      public static final UpgradeTasks V10
      make sure internal_id is populated in grouper_members and make column not null
    • V11

      public static final UpgradeTasks V11
      make sure internal_id is populated in grouper_members and make column not null
    • V12

      public static final UpgradeTasks V12
      make sure internal_id is populated in grouper_members and make column not null
    • V13

      public static final UpgradeTasks V13
      make sure source_internal_id is populated in pit tables (fields/members/groups)
    • V15

      public static final UpgradeTasks V15
      remove old maintenance jobs
    • V17

      public static final UpgradeTasks V17
      remove old maintenance jobs
    • V18

      public static final UpgradeTasks V18
      remove old maintenance jobs
  • Field Details

    • v8_entityResolverSuffixesToRefactor

      public static final Set<String> v8_entityResolverSuffixesToRefactor
  • Method Details

    • values

      public static UpgradeTasks[] 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 UpgradeTasks 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
    • currentVersion

      public static int currentVersion()
      keep the current version here, increment as things change
      Returns:
      the current version