|
||||||||||
| 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.GroupAttributeFilter
public class GroupAttributeFilter
Query by group attribute.
| Constructor Summary | |
|---|---|
GroupAttributeFilter(java.lang.String attr,
java.lang.String value,
Stem ns)
QueryFilter that returns groups matching the specified
attribute specification. |
|
| 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 GroupAttributeFilter(java.lang.String attr,
java.lang.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.| 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 | |||||||||