|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.StemFinder
public class StemFinder
Find stems within the Groups Registry.
Constructor Summary | |
---|---|
StemFinder()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StemFinder()
Method Detail |
---|
@Deprecated public static Stem findByName(GrouperSession s, String name) throws StemNotFoundException
try { Stem stem = StemFinder.findByName(s, name); } catch (StemNotFoundException e) { // Stem not found }
s
- Search within this GrouperSession
contextname
- Find stem with this name.
Stem
object
StemNotFoundException
public static Stem findByName(GrouperSession s, String name, boolean exceptionOnNotFound) throws StemNotFoundException
Stem stem = StemFinder.findByName(s, name, false);
s
- Search within this GrouperSession
contextname
- Find stem with this name.exceptionOnNotFound
-
Stem
object
StemNotFoundException
public static Stem findByName(GrouperSession s, String name, boolean exceptionOnNotFound, QueryOptions queryOptions) throws StemNotFoundException
Stem stem = StemFinder.findByName(s, name, false);
s
- Search within this GrouperSession
contextname
- Find stem with this name.exceptionOnNotFound
- queryOptions
-
Stem
object
StemNotFoundException
public static Stem findRootStem(GrouperSession s) throws StemNotFoundException
// Find the root stem. Stem rootStem = StemFinder.findRootStem(s);
s
- Search within this GrouperSession
context
Stem
object
GrouperException
StemNotFoundException
@Deprecated public static Stem findByUuid(GrouperSession s, String uuid) throws StemNotFoundException
// Get the specified stem by uuid. try { Stem stem = StemFinder.findByUuid(s, uuid); } catch (StemNotFoundException e) { // Stem not found }
s
- Search within this GrouperSession
contextuuid
- Get stem with this UUID.
Stem
object
StemNotFoundException
public static Stem findByUuid(GrouperSession s, String uuid, boolean exceptionIfNull) throws StemNotFoundException
// Get the specified stem by uuid. try { Stem stem = StemFinder.findByUuid(s, uuid); } catch (StemNotFoundException e) { // Stem not found }
s
- Search within this GrouperSession
contextuuid
- Get stem with this UUID.exceptionIfNull
-
Stem
object
StemNotFoundException
public static Stem findByUuid(GrouperSession s, String uuid, boolean exceptionIfNull, QueryOptions queryOptions) throws StemNotFoundException
// Get the specified stem by uuid. try { Stem stem = StemFinder.findByUuid(s, uuid); } catch (StemNotFoundException e) { // Stem not found }
s
- Search within this GrouperSession
contextuuid
- Get stem with this UUID.exceptionIfNull
- queryOptions
-
Stem
object
StemNotFoundException
public static Set internal_findAllByApproximateDisplayExtension(GrouperSession s, String val) throws QueryException
QueryException
public static Set internal_findAllByApproximateDisplayName(GrouperSession s, String val) throws QueryException
QueryException
public static Set internal_findAllByApproximateExtension(GrouperSession s, String val) throws QueryException
QueryException
public static Set internal_findAllByApproximateName(GrouperSession s, String val) throws QueryException
QueryException
public static Set internal_findAllByApproximateNameAny(GrouperSession s, String val) throws QueryException
QueryException
public static Set internal_findAllByCreatedAfter(GrouperSession s, Date d) throws QueryException
QueryException
public static Set internal_findAllByCreatedBefore(GrouperSession s, Date d) throws QueryException
QueryException
public static Stem internal_findByName(String name, boolean exceptionIfNull) throws StemNotFoundException
name
- exceptionIfNull
-
StemNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |