Enum Constant Summary
Enum Constants
attribute assign action set grouper set
attribute set grouper set
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
boolean
find set of sets which have an if as a certain value
find canidates to delete by if and then
find an element by if then immediate (or null
find set of sets which have a then as a certain value
new instance of the grouper set object
boolean
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
ATTRIBUTE_SET
attribute set grouper set
ROLE_SET
role set grouper set
ATTRIBUTE_ASSIGN_ACTION_SET
attribute assign action set grouper set
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
findByThenHasElementId
find set of sets which have a then as a certain value
Parameters:
idThen
-
Returns:
the set
findByIfHasElementId
find set of sets which have an if as a certain value
Parameters:
idIf
-
Returns:
the set
findById
find by id if has id
Parameters:
id
-
exceptionIfNull
-
Returns:
the grouper set
newInstance
new instance of the grouper set object
Parameters:
ifHasId
-
thenHasId
-
depth
-
uuid
- is uuid or null if generate one
Returns:
the grouper set
findByIfThenHasElementId
find canidates to delete by if and then
Parameters:
idForThens
-
idForIfs
-
Returns:
the canidate set to delete
addToGrouperSet
Parameters:
containerSetElement
-
newElement
-
uuid
- is the uuid or null to generate
Returns:
true if added, false if already there
removeFromGrouperSet
Parameters:
setToRemoveFrom
-
elementToRemove
-
Returns:
true if removed, false if already removed