|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GrouperSetEnum>
edu.internet2.middleware.grouper.grouperSet.GrouperSetEnum
public enum GrouperSetEnum
Enum Constant Summary | |
---|---|
ATTRIBUTE_ASSIGN_ACTION_SET
attribute assign action set grouper set |
|
ATTRIBUTE_SET
attribute set grouper set |
|
ROLE_SET
role set grouper set |
Method Summary | |
---|---|
boolean |
addToGrouperSet(GrouperSetElement containerSetElement,
GrouperSetElement newElement,
java.lang.String uuid)
|
abstract GrouperSet |
findById(java.lang.String id,
boolean exceptionIfNull)
find by id if has id |
abstract java.util.Set<? extends GrouperSet> |
findByIfHasElementId(java.lang.String idIf)
find set of sets which have an if as a certain value |
abstract java.util.Set<? extends GrouperSet> |
findByIfThenHasElementId(java.lang.String idForThens,
java.lang.String idForIfs)
find canidates to delete by if and then |
abstract GrouperSet |
findByIfThenImmediate(java.lang.String idIf,
java.lang.String idThen,
boolean exceptionIfNotFound)
find an element by if then immediate (or null |
abstract java.util.Set<? extends GrouperSet> |
findByThenHasElementId(java.lang.String idThen)
find set of sets which have a then as a certain value |
abstract GrouperSet |
newInstance(java.lang.String ifHasId,
java.lang.String thenHasId,
int depth,
java.lang.String uuid)
new instance of the grouper set object |
boolean |
removeFromGrouperSet(GrouperSetElement setToRemoveFrom,
GrouperSetElement elementToRemove)
|
static GrouperSetEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GrouperSetEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GrouperSetEnum ATTRIBUTE_SET
public static final GrouperSetEnum ROLE_SET
public static final GrouperSetEnum ATTRIBUTE_ASSIGN_ACTION_SET
Method Detail |
---|
public static GrouperSetEnum[] values()
for (GrouperSetEnum c : GrouperSetEnum.values()) System.out.println(c);
public static GrouperSetEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic abstract GrouperSet findByIfThenImmediate(java.lang.String idIf, java.lang.String idThen, boolean exceptionIfNotFound)
idIf
- idThen
- exceptionIfNotFound
- true if exception if not found
public abstract java.util.Set<? extends GrouperSet> findByThenHasElementId(java.lang.String idThen)
idThen
-
public abstract java.util.Set<? extends GrouperSet> findByIfHasElementId(java.lang.String idIf)
idIf
-
public abstract GrouperSet findById(java.lang.String id, boolean exceptionIfNull)
id
- exceptionIfNull
-
public abstract GrouperSet newInstance(java.lang.String ifHasId, java.lang.String thenHasId, int depth, java.lang.String uuid)
ifHasId
- thenHasId
- depth
- uuid
- is uuid or null if generate one
public abstract java.util.Set<? extends GrouperSet> findByIfThenHasElementId(java.lang.String idForThens, java.lang.String idForIfs)
idForThens
- idForIfs
-
public boolean addToGrouperSet(GrouperSetElement containerSetElement, GrouperSetElement newElement, java.lang.String uuid)
containerSetElement
- newElement
- uuid
- is the uuid or null to generate
public boolean removeFromGrouperSet(GrouperSetElement setToRemoveFrom, GrouperSetElement elementToRemove)
setToRemoveFrom
- elementToRemove
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |