Uses of Class
edu.internet2.middleware.grouper.StemFinder
Packages that use StemFinder
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
-
Uses of StemFinder in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return StemFinderModifier and TypeMethodDescriptionStemFinder.addAttributeValuesOnAssignment
(Object value) if looking for an attribute value on an assignment, could be multiple valuesStemFinder.addAttributeValuesOnAssignment2
(Object value) if looking for an attribute value on an assignment2, could be multiple valuesStemFinder.addPrivilege
(Privilege privilege) add a privilege to filter by that the subject has on the stemadd a stem id to search forStemFinder.addStemName
(String stemName) StemFinder.addUserHasInAttributeField
(Field theUserHasInAttributeField) find stems where the user has these fields in an attributeStemFinder.addUserHasInGroupField
(Field theUserHasInGroupField) find stems where the user has these fields in a groupStemFinder.assignAttributeCheckReadOnAttributeDef
(boolean theAttributeCheckReadOnAttributeDef) check read on attribute def when checking attribute def nameStemFinder.assignAttributeNotAssigned
(boolean attributeNotAssigned) find stems that don't have a certain type assignedStemFinder.assignAttributeValue
(Object theValue) find objects with this valueStemFinder.assignAttributeValuesOnAssignment
(Set<Object> theValues) if looking for an attribute value on an assignment, could be multiple valuesStemFinder.assignAttributeValuesOnAssignment2
(Set<Object> theValues) if looking for an attribute value on an assignment2, could be multiple valuesStemFinder.assignExcludeAlternateNames
(boolean excludeAlternateNames) whether to exclude alternate names from name/scope searchStemFinder.assignFindByUuidOrName
(boolean theFindByUuidOrName) if we are looking up a stem, only look by uuid or nameStemFinder.assignIdOfAttributeDefName
(String theAttributeDefNameId) find stems that have this attribute def name id, note could be an assignment on an assignmentStemFinder.assignIdOfAttributeDefName2
(String theAttributeDefNameId) find stems that have this attribute def name id, note could be an assignment on an assignmentStemFinder.assignNameOfAttributeDefName
(String theNameOfAttributeDefName) find stems that have this attribute assignedStemFinder.assignNameOfAttributeDefName2
(String theNameOfAttributeDefName) find stems that have this attribute assignedStemFinder.assignParentStemId
(String theParentStemId) parent or ancestor stem of the stemStemFinder.assignPrivileges
(Set<Privilege> theStems) assign privileges to filter by that the subject has on the stemStemFinder.assignQueryOptions
(QueryOptions theQueryOptions) if sorting, paging, caching, etcStemFinder.assignScope
(String theScope) scope to look for stems Wildcards will be appended or percent is the wildcardStemFinder.assignSplitScope
(boolean theSplitScope) if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope stringsStemFinder.assignStemIds
(Collection<String> theStemIds) assign stem ids to search forStemFinder.assignStemNames
(Collection<String> theStemNames) StemFinder.assignStemScope
(Stem.Scope theStemScope) if passing in a stem, this is the stem scope...StemFinder.assignSubject
(Subject theSubject) this is the subject that has certain privileges or is in the queryStemFinder.assignUserHasInAttributeField
(Collection<Field> theUserHasInAttributeFields) find stems where the user has these fields in an attributeStemFinder.assignUserHasInGroupField
(Collection<Field> theUserHasInGroupFields) find stems where the user has these fields in an attribute