|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.filter.BaseQueryFilter<ValueType>
ValueType
- Group, Membership, Stempublic class BaseQueryFilter<ValueType>
Base QueryFilter
that all other query filters should extend.
Constructor Summary | |
---|---|
BaseQueryFilter()
|
Method Summary | |
---|---|
java.util.Set |
filterByScope(Stem ns,
java.util.Set candidates)
Filter candidates by scope. |
java.util.Set |
getResults(GrouperSession s)
Get filter results. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseQueryFilter()
Method Detail |
---|
public java.util.Set filterByScope(Stem ns, java.util.Set candidates)
ns
- Restrict results to this scope.candidates
- A Set of candidate objects
public java.util.Set getResults(GrouperSession s) throws QueryException
getResults
in interface QueryFilter<ValueType>
s
- Get groups within this session context.
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |