public class IntersectionFilter extends BaseQueryFilter
| Constructor and Description |
|---|
IntersectionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the intersection of two other
query filters. |
| Modifier and Type | Method and Description |
|---|---|
Set |
getResults(GrouperSession s)
Get filter results.
|
filterByScope, getStringForScope, removeRootStempublic IntersectionFilter(QueryFilter a, QueryFilter b)
QueryFilter that returns the intersection of two other
query filters.
a - First query filterb - Second query filterpublic Set getResults(GrouperSession s) throws QueryException
BaseQueryFiltergetResults in interface QueryFiltergetResults in class BaseQueryFilters - Get groups within this session context.QueryExceptionCopyright © 2016 Internet2. All rights reserved.