|
||||||||||
| 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.GroupUuidFilter
public class GroupUuidFilter
Query by group uuid.
| Constructor Summary | |
|---|---|
GroupUuidFilter(java.lang.String theUuid)
QueryFilter that returns group matching the specified
uuid. |
|
| Method Summary | |
|---|---|
java.util.Set<Group> |
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 GroupUuidFilter(java.lang.String theUuid)
QueryFilter that returns group matching the specified
uuid.
theUuid - Find groups matching this uuid.| Method Detail |
|---|
public java.util.Set<Group> getResults(GrouperSession s)
throws QueryException
getResults in interface QueryFiltergetResults in class BaseQueryFilters - is the grouper session
QueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||