|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of element the query is expecting to return (eg. User, Group, etc.)public interface Query<T>
Represents a search query for user management. Typical queries will search for users, groups or user names, group names.
| Method Summary | |
|---|---|
int |
getMaxResults()
The maximum number of elements to return. |
java.lang.Class<T> |
getReturnType()
The type of elements to return. |
SearchRestriction |
getSearchRestriction()
Restrictions to apply to the query. |
int |
getStartIndex()
The index of the first element to return. |
| Method Detail |
|---|
int getStartIndex()
int getMaxResults()
java.lang.Class<T> getReturnType()
SearchRestriction getSearchRestriction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||