Uses of Enum Class
edu.internet2.middleware.grouper.misc.GrouperObjectFinder.GrouperObjectFinderType
Package
Description
This package contains generic grouper classes which do not belong elsewhere
-
Uses of GrouperObjectFinder.GrouperObjectFinderType in edu.internet2.middleware.grouper.misc
Modifier and TypeFieldDescriptionstatic final Set<GrouperObjectFinder.GrouperObjectFinderType>
GrouperObjectFinder.GrouperObjectFinderType.ALL_GROUPER_FINDER_TYPES
all typesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GrouperObjectFinder.GrouperObjectFinderType.valueOfIgnoreCase
(String string, boolean exceptionOnNull) do a case-insensitive matchingGrouperObjectFinder.GrouperObjectFinderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGrouperObjectFinder.addGrouperObjectFinderType
(GrouperObjectFinder.GrouperObjectFinderType grouperObjectFinderType1) add grouper object finder typeModifier and TypeMethodDescriptionGrouperObjectFinder.assignGrouperObjectFinderType
(Collection<GrouperObjectFinder.GrouperObjectFinderType> grouperObjectFinderTypes1) assign grouper object finder types (null or empty is all)