|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StemFinder | |
---|---|
edu.internet2.middleware.grouper | 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 StemFinder | |
---|---|
StemFinder |
StemFinder.addPrivilege(Privilege privilege)
add a privilege to filter by that the subject has on the stem |
StemFinder |
StemFinder.addStemId(java.lang.String stemId)
add a stem id to search for |
StemFinder |
StemFinder.addUserHasInAttributeField(Field theUserHasInAttributeField)
find stems where the user has these fields in an attribute |
StemFinder |
StemFinder.addUserHasInGroupField(Field theUserHasInGroupField)
find stems where the user has these fields in a group |
StemFinder |
StemFinder.assignAttributeCheckReadOnAttributeDef(boolean theAttributeCheckReadOnAttributeDef)
check read on attribute def when checking attribute def name |
StemFinder |
StemFinder.assignAttributeValue(java.lang.Object theValue)
find objects with this value |
StemFinder |
StemFinder.assignFindByUuidOrName(boolean theFindByUuidOrName)
if we are looking up a stem, only look by uuid or name |
StemFinder |
StemFinder.assignIdOfAttributeDefName(java.lang.String theAttributeDefNameId)
find stems that have this attribute assigned |
StemFinder |
StemFinder.assignNameOfAttributeDefName(java.lang.String theNameOfAttributeDefName)
find stems that have this attribute assigned |
StemFinder |
StemFinder.assignParentStemId(java.lang.String theParentStemId)
parent or ancestor stem of the stem |
StemFinder |
StemFinder.assignPrivileges(java.util.Set<Privilege> theStems)
assign privileges to filter by that the subject has on the stem |
StemFinder |
StemFinder.assignQueryOptions(QueryOptions theQueryOptions)
if sorting, paging, caching, etc |
StemFinder |
StemFinder.assignScope(java.lang.String theScope)
scope to look for stems Wildcards will be appended or percent is the wildcard |
StemFinder |
StemFinder.assignSplitScope(boolean theSplitScope)
if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope strings |
StemFinder |
StemFinder.assignStemIds(java.util.Collection<java.lang.String> theStemIds)
assign stem ids to search for |
StemFinder |
StemFinder.assignStemScope(Stem.Scope theStemScope)
if passing in a stem, this is the stem scope... |
StemFinder |
StemFinder.assignSubject(edu.internet2.middleware.subject.Subject theSubject)
this is the subject that has certain privileges or is in the query |
StemFinder |
StemFinder.assignUserHasInAttributeField(java.util.Collection<Field> theUserHasInAttributeFields)
find stems where the user has these fields in an attribute |
StemFinder |
StemFinder.assignUserHasInGroupField(java.util.Collection<Field> theUserHasInGroupFields)
find stems where the user has these fields in an attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |