public class StemNameFilter extends BaseQueryFilter
| Constructor and Description |
|---|
StemNameFilter(String value,
Stem ns)
QueryFilter that returns stems matching the specified
name value. |
| Modifier and Type | Method and Description |
|---|---|
Set |
getResults(GrouperSession s)
Get filter results.
|
filterByScope, getStringForScope, removeRootStempublic StemNameFilter(String value, Stem ns)
QueryFilter that returns stems matching the specified
name value.
This performs a substring, lowercased query on name and alternateName.
value - Search for this value.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.