Enum Constant Summary
Enum Constants
index assigned to an attribute def
index assigned to an attribute name
index assigned to a data field alias
index assigned to a data field
index assigned to a data field assign
index assigned to a data field assign history
index assigned to a data global assign
index assigned to a data load config
index assigned to a data row
index assigned to a data row assign
index assigned to a data row assign history
index assigned to a data row field assign
index assigned to a data row field assign history
index assigned to a dictionary item
index assigned to a field
index assigned to a group
groupInternalId assigned to a group
index assigned to a member
index assigned to a member
index assigned to a membership require change
SQL cache dependency type
SQL cache dependency type
index assigned to a sql group cache entry
index assigned to a provisioning group group
index assigned to a provisioning group group
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
does this index type table has the id column
column of table which is incrementing
abstract boolean
does this index type table has the id column
Returns the enum constant of this class with the specified name.
do a case-insensitive matching
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
group
index assigned to a group
groupInternalId
groupInternalId assigned to a group
field
index assigned to a field
dictionary
index assigned to a dictionary item
dataLoaderConfig
index assigned to a data load config
dataField
index assigned to a data field
dataRow
index assigned to a data row
dataAlias
index assigned to a data field alias
dataFieldAssign
index assigned to a data field assign
dataFieldAssignHst
index assigned to a data field assign history
dataGlobalAssign
index assigned to a data global assign
dataRowFieldAssign
index assigned to a data row field assign
dataRowFieldAssignHst
index assigned to a data row field assign history
dataRowAssign
index assigned to a data row assign
dataRowAssignHst
index assigned to a data row assign history
syncDepGroup
index assigned to a provisioning group group
syncDepUser
index assigned to a provisioning group group
member
index assigned to a member
memberInternalId
index assigned to a member
stem
index assigned to a stem
attributeDef
index assigned to an attribute def
attributeDefName
index assigned to an attribute name
membershipRequire
index assigned to a membership require change
sqlGroupCache
index assigned to a sql group cache entry
sqlCacheDependencyType
SQL cache dependency type
sqlCacheDependency
SQL cache dependency type
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
tableName
public abstract String tableName ()
table name in grouper
Returns:
the name of the table
valueOfIgnoreCase
do a case-insensitive matching
Parameters:
string
-
exceptionOnNull
- will not allow null or blank entries
Returns:
the enum or null or exception if not found
getIncrementingColumn
public abstract String getIncrementingColumn ()
column of table which is incrementing
Returns:
column name
isHasIdColumn
public abstract boolean isHasIdColumn ()
does this index type table has the id column
Returns:
column name
getIdColumnName
public String getIdColumnName ()
does this index type table has the id column
Returns:
column name