| Package | Description |
|---|---|
| edu.internet2.middleware.grouper.misc |
This package contains generic grouper classes which do not belong elsewhere
|
| Modifier and Type | Method and Description |
|---|---|
GrouperObjectFinder |
GrouperObjectFinder.addGrouperObjectFinderType(GrouperObjectFinder.GrouperObjectFinderType grouperObjectFinderType1)
add grouper object finder type
|
GrouperObjectFinder |
GrouperObjectFinder.assignFilterText(String theFilterText)
if filtering names by certain strings
|
GrouperObjectFinder |
GrouperObjectFinder.assignGrouperObjectFinderType(Collection<GrouperObjectFinder.GrouperObjectFinderType> grouperObjectFinderTypes1)
assign grouper object finder types (null or empty is all)
|
GrouperObjectFinder |
GrouperObjectFinder.assignObjectPrivilege(GrouperObjectFinder.ObjectPrivilege theObjectPrivilege)
which privileges should be used, see the enum for examples
|
GrouperObjectFinder |
GrouperObjectFinder.assignParentStemId(String theParentStemId)
if only looking for objects in this stem, also set stemScope
|
GrouperObjectFinder |
GrouperObjectFinder.assignQueryOptions(QueryOptions theQueryOptions)
if sorting / paging
|
GrouperObjectFinder |
GrouperObjectFinder.assignSourceIds(Set<String> sourceIds1)
if not null, these are source ids to use for searching
|
GrouperObjectFinder |
GrouperObjectFinder.assignSplitScope(boolean theSplitScope)
if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope strings
|
GrouperObjectFinder |
GrouperObjectFinder.assignStemScope(Stem.Scope theStemScope)
if only looking for objects in a stem, this is if ONE or SUB
|
GrouperObjectFinder |
GrouperObjectFinder.assignSubject(Subject theSubject)
subject to add to queries for example for privileges
|
Copyright © 2016 Internet2. All rights reserved.