Enum Constant Summary
Enum Constants
add groupAttrRead/groupAttrUpdate group sets for entities
make sure internal_id is populated in grouper_members and make column not null
make sure internal_id is populated in grouper_members and make column not null
make sure internal_id is populated in grouper_members and make column not null
make sure source_internal_id is populated in pit tables (fields/members/groups)
remove old maintenance jobs
remove old maintenance jobs
remove old maintenance jobs
move subject resolution status attributes to member table
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
static void
static int
keep the current version here, increment as things change
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
V1
add groupAttrRead/groupAttrUpdate group sets for entities
V2
move subject resolution status attributes to member table
V10
make sure internal_id is populated in grouper_members and make column not null
V11
make sure internal_id is populated in grouper_members and make column not null
V12
make sure internal_id is populated in grouper_members and make column not null
V13
make sure source_internal_id is populated in pit tables (fields/members/groups)
V15
remove old maintenance jobs
V17
remove old maintenance jobs
V18
remove old maintenance jobs
Method Details
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
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
bulkAssignAllUpgradeTasksDone
public static void bulkAssignAllUpgradeTasksDone ()