Class ApplicationQuery
java.lang.Object
com.atlassian.crowd.search.query.entity.EntityQuery<Application>
com.atlassian.crowd.search.query.entity.ApplicationQuery
- All Implemented Interfaces:
Query<Application>
-
Field Summary
Fields inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
ALL_RESULTS, MAX_MAX_RESULTS
-
Constructor Summary
ConstructorDescriptionApplicationQuery
(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
-
ApplicationQuery
-