public class StemAttributeFilter extends BaseQueryFilter
| Constructor and Description |
|---|
StemAttributeFilter(String attr,
String value,
Stem ns)
QueryFilter that returns groups matching the specified
attribute specification. |
| Modifier and Type | Method and Description |
|---|---|
Set |
getResults(GrouperSession s)
Get filter results.
|
filterByScope, getStringForScope, removeRootStempublic StemAttributeFilter(String attr, String value, Stem ns)
QueryFilter that returns groups matching the specified
attribute specification.
This performs a substring, lowercased query on attribute.
attr - Search on this attribute.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.QueryExceptionBaseQueryFilter.getResults(edu.internet2.middleware.grouper.GrouperSession)Copyright © 2016 Internet2. All rights reserved.