|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of Grouper object to be matched, for example, a Group.public interface Filter<T>
An extension to QueryFilter which adds the ability to determine if a Group matches (would be returned by) the
filter.
| Method Summary | |
|---|---|
boolean |
matches(T t)
Returns true if the Grouper object would be returned by the filter. |
| Methods inherited from interface edu.internet2.middleware.grouper.filter.QueryFilter |
|---|
getResults |
| Method Detail |
|---|
boolean matches(T t)
t - the Grouper object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||