Package org.opends.server.api
Class Group.ExaminedGroups
- java.lang.Object
-
- org.opends.server.api.Group.ExaminedGroups
-
-
Constructor Summary
Constructors Constructor Description ExaminedGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears the collection of examined groups.booleanhasBeenExamined(Group group)Returns whether the provided group has already been examined.
-
-
-
Method Detail
-
hasBeenExamined
public boolean hasBeenExamined(Group group)
Returns whether the provided group has already been examined.- Parameters:
group- the group to verify- Returns:
trueif the provided group has already been examined,falseotherwise
-
clear
public void clear()
Clears the collection of examined groups.
-
-