|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.filter.BaseQueryFilter
edu.internet2.middleware.grouper.filter.StemDisplayNameFilter
public class StemDisplayNameFilter
Query by stem attribute.
| Constructor Summary | |
|---|---|
StemDisplayNameFilter(java.lang.String value,
Stem ns)
QueryFilter that returns stems matching the specified
displayName value. |
|
| Method Summary | |
|---|---|
java.util.Set |
getResults(GrouperSession s)
Get filter results. |
| Methods inherited from class edu.internet2.middleware.grouper.filter.BaseQueryFilter |
|---|
filterByScope |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StemDisplayNameFilter(java.lang.String value,
Stem ns)
QueryFilter that returns stems matching the specified
displayName value.
This performs a substring, lowercased query on displayName.
value - Search for this value.ns - Restrict results to within this stem.| Method Detail |
|---|
public java.util.Set getResults(GrouperSession s)
throws QueryException
BaseQueryFilter
getResults in interface QueryFiltergetResults in class BaseQueryFilters - Get groups within this session context.
QueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||