public class UnionFilter extends BaseQueryFilter
| Constructor and Description |
|---|
UnionFilter(QueryFilter a,
QueryFilter b)
QueryFilter that returns the union of two other query
filters. |
| Modifier and Type | Method and Description |
|---|---|
Set |
getResults(GrouperSession s)
Get filter results.
|
filterByScope, getStringForScope, removeRootStempublic UnionFilter(QueryFilter a, QueryFilter b)
QueryFilter that returns the union 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.