|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.filter.BaseQueryFilter
edu.internet2.middleware.grouper.filter.StemUuidFilter
public class StemUuidFilter
Query by stem uuid.
Constructor Summary | |
---|---|
StemUuidFilter(java.lang.String theUuid)
QueryFilter that returns stem matching the specified
uuid. |
Method Summary | |
---|---|
java.util.Set<Stem> |
getResults(GrouperSession s)
get the results |
Methods inherited from class edu.internet2.middleware.grouper.filter.BaseQueryFilter |
---|
filterByScope |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StemUuidFilter(java.lang.String theUuid)
QueryFilter
that returns stem matching the specified
uuid.
theUuid
- Find groups matching this uuid.Method Detail |
---|
public java.util.Set<Stem> getResults(GrouperSession s) throws QueryException
getResults
in interface QueryFilter
getResults
in class BaseQueryFilter
s
- is the grouper session
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |