Class UserQuery<T>
java.lang.Object
com.atlassian.crowd.search.query.entity.EntityQuery<T>
com.atlassian.crowd.search.query.entity.UserQuery<T>
- All Implemented Interfaces:
Query<T>
-
Field Summary
Fields inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
ALL_RESULTS, MAX_MAX_RESULTS
-
Constructor Summary
ConstructorsConstructorDescriptionUserQuery
(Class<T> returnType, SearchRestriction searchRestriction, int startIndex, int maxResults) -
Method Summary
Methods inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
addToMaxResults, addToMaxResults, allResultsToLongMax, baseSplitQuery, equals, getEntityDescriptor, getMaxResults, getReturnType, getSearchRestriction, getStartIndex, hasAllResults, hashCode, splitOrRestrictionIfNeeded, toString, withAllResults, withMaxResults, withReturnType, withSearchRestriction, withStartIndex, withStartIndexAndMaxResults
-
Constructor Details
-
UserQuery
public UserQuery(Class<T> returnType, SearchRestriction searchRestriction, int startIndex, int maxResults)
-