|
||||||||||
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.IntersectionFilter
public class IntersectionFilter
Returns the intersection of two other query filters.
Constructor Summary | |
---|---|
IntersectionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the intersection of two other
query filters. |
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 IntersectionFilter(QueryFilter a, QueryFilter b)
QueryFilter
that returns the intersection of two other
query filters.
a
- First query filterb
- Second query filterMethod 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 |