Uses of Enum Class
edu.internet2.middleware.grouper.misc.GrouperObjectFinder.GrouperObjectFinderType
Packages that use 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
Fields in edu.internet2.middleware.grouper.misc with type parameters of type GrouperObjectFinder.GrouperObjectFinderTypeModifier and TypeFieldDescriptionstatic final Set<GrouperObjectFinder.GrouperObjectFinderType>
GrouperObjectFinder.GrouperObjectFinderType.ALL_GROUPER_FINDER_TYPES
all typesMethods in edu.internet2.middleware.grouper.misc that return GrouperObjectFinder.GrouperObjectFinderTypeModifier 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.Methods in edu.internet2.middleware.grouper.misc with parameters of type GrouperObjectFinder.GrouperObjectFinderTypeModifier and TypeMethodDescriptionGrouperObjectFinder.addGrouperObjectFinderType
(GrouperObjectFinder.GrouperObjectFinderType grouperObjectFinderType1) add grouper object finder typeMethod parameters in edu.internet2.middleware.grouper.misc with type arguments of type GrouperObjectFinder.GrouperObjectFinderTypeModifier and TypeMethodDescriptionGrouperObjectFinder.assignGrouperObjectFinderType
(Collection<GrouperObjectFinder.GrouperObjectFinderType> grouperObjectFinderTypes1) assign grouper object finder types (null or empty is all)