public class GrouperFavoriteFinder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GrouperFavoriteFinder.GrouperFavoriteFinderType
type of objects to get
|
| Constructor and Description |
|---|
GrouperFavoriteFinder() |
| Modifier and Type | Method and Description |
|---|---|
GrouperFavoriteFinder |
addGrouperFavoriteFinderType(GrouperFavoriteFinder.GrouperFavoriteFinderType grouperFavoriteFinderType1)
add grouper object finder type
|
GrouperFavoriteFinder |
assignFilterText(String theFilterText)
if filtering names by certain strings
|
GrouperFavoriteFinder |
assignGrouperObjectFinderType(Collection<GrouperFavoriteFinder.GrouperFavoriteFinderType> grouperObjectFinderTypes1)
assign grouper object finder types (null or empty is all)
|
GrouperFavoriteFinder |
assignQueryOptions(QueryOptions theQueryOptions)
if sorting / paging
|
GrouperFavoriteFinder |
assignSplitScope(boolean theSplitScope)
if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope strings
|
GrouperFavoriteFinder |
assignSubject(Subject theSubject)
subject to add to queries for example for privileges
|
GrouperFavoriteFinder |
assignUserDataGroupName(String theUserDataGroupName) |
Set<GrouperObject> |
findFavorites()
find grouper objects based on the paramet
|
public GrouperFavoriteFinder addGrouperFavoriteFinderType(GrouperFavoriteFinder.GrouperFavoriteFinderType grouperFavoriteFinderType1)
grouperFavoriteFinderType1 - public GrouperFavoriteFinder assignGrouperObjectFinderType(Collection<GrouperFavoriteFinder.GrouperFavoriteFinderType> grouperObjectFinderTypes1)
grouperObjectFinderTypes1 - public GrouperFavoriteFinder assignSubject(Subject theSubject)
theSubject - public GrouperFavoriteFinder assignUserDataGroupName(String theUserDataGroupName)
public GrouperFavoriteFinder assignFilterText(String theFilterText)
theFilterText - public GrouperFavoriteFinder assignSplitScope(boolean theSplitScope)
theSplitScope - public GrouperFavoriteFinder assignQueryOptions(QueryOptions theQueryOptions)
theQueryOptions - public Set<GrouperObject> findFavorites()
Copyright © 2016 Internet2. All rights reserved.