|
||||||||||
| 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.ComplementFilter
public class ComplementFilter
Returns the compliment of two other query filters.
| Constructor Summary | |
|---|---|
ComplementFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the compliment 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 ComplementFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the compliment of two other query
filters.
a - First query filterb - Second query filter| Method Detail |
|---|
public java.util.Set getResults(GrouperSession s)
throws QueryException
BaseQueryFilter
getResults in interface QueryFiltergetResults in class BaseQueryFilters - Get groups within this session context.
QueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||