|
||||||||||
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.GroupTypeFilter
public class GroupTypeFilter
Query by GroupType
.
Constructor Summary | |
---|---|
GroupTypeFilter(GroupType type,
Stem ns)
QueryFilter that returns groups that have the specified
GroupType . |
Method Summary | |
---|---|
java.util.Set |
getResults(GrouperSession s)
Get filter 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 GroupTypeFilter(GroupType type, Stem ns)
QueryFilter
that returns groups that have the specified
GroupType
.
type
- Find groups of this type.ns
- Restrict results to within this stem.Method Detail |
---|
public java.util.Set getResults(GrouperSession s) throws QueryException
BaseQueryFilter
getResults
in interface QueryFilter
getResults
in class BaseQueryFilter
s
- Get groups within this session context.
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |