Uses of Class
edu.internet2.middleware.grouper.MemberFinder
Packages that use MemberFinder
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
-
Uses of MemberFinder in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return MemberFinderModifier and TypeMethodDescriptionMemberFinder.addAttributeValuesOnAssignment(Object value) if looking for an attribute value on an assignment, could be multiple valuesMemberFinder.addAttributeValuesOnAssignment2(Object value) if looking for an attribute value on an assignment2, could be multiple valuesMemberFinder.assignAttributeCheckReadOnAttributeDef(boolean theAttributeDefNameUseSecurity) use security around attribute def? default is trueMemberFinder.assignAttributeValue(Object theValue) find objects with this valueMemberFinder.assignAttributeValue2(Object theValue) find objects with this value2MemberFinder.assignAttributeValuesOnAssignment(Set<Object> theValues) if looking for an attribute value on an assignment, could be multiple valuesMemberFinder.assignAttributeValuesOnAssignment2(Set<Object> theValues) if looking for an attribute value on an assignment2, could be multiple valuesMemberFinder.assignIdOfAttributeDefName(String theAttributeDefNameId) find groups that have this attribute def name id, note could be an assignment on an assignmentMemberFinder.assignIdOfAttributeDefName2(String theAttributeDefNameId) find groups that have this attribute def name id, note could be an assignment on an assignmentMemberFinder.assignNameOfAttributeDefName(String theNameOfAttributeDefName) find groups that have this attribute assignedMemberFinder.assignNameOfAttributeDefName2(String theNameOfAttributeDefName) find groups that have this attribute assignedMemberFinder.assignQueryOptions(QueryOptions theQueryOptions) if sorting, paging, caching, etc