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