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