Uses of Class
edu.internet2.middleware.grouper.misc.GrouperObjectFinder

Packages that use GrouperObjectFinder
edu.internet2.middleware.grouper.misc This package contains generic grouper classes which do not belong elsewhere 
 

Uses of GrouperObjectFinder in edu.internet2.middleware.grouper.misc
 

Methods in edu.internet2.middleware.grouper.misc that return GrouperObjectFinder
 GrouperObjectFinder GrouperObjectFinder.addGrouperObjectFinderType(GrouperObjectFinder.GrouperObjectFinderType grouperObjectFinderType1)
          add grouper object finder type
 GrouperObjectFinder GrouperObjectFinder.assignFilterText(java.lang.String theFilterText)
          if filtering names by certain strings
 GrouperObjectFinder GrouperObjectFinder.assignGrouperObjectFinderType(java.util.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(java.lang.String theParentStemId)
          if only looking for objects in this stem, also set stemScope
 GrouperObjectFinder GrouperObjectFinder.assignQueryOptions(QueryOptions theQueryOptions)
          if sorting / paging
 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(edu.internet2.middleware.subject.Subject theSubject)
          subject to add to queries for example for privileges