public class GroupAlternateNameFilter extends BaseQueryFilter
| Constructor and Description |
|---|
GroupAlternateNameFilter(String name,
Stem ns)
QueryFilter that returns groups matching the specified
alternate name. |
| Modifier and Type | Method and Description |
|---|---|
Set |
getResults(GrouperSession s)
Get filter results.
|
filterByScope, getStringForScope, removeRootStempublic GroupAlternateNameFilter(String name, Stem ns)
QueryFilter that returns groups matching the specified
alternate name.
This performs a substring, lowercased query against alternateName.
name - Find groups matching this alternate name.ns - Restrict results to within this stem.public 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.