public interface QueryRequestInfo
Modifier and Type | Interface and Description |
---|---|
static interface |
QueryRequestInfo.QueryRequestInfoFactory |
Modifier and Type | Field and Description |
---|---|
static QueryRequestInfo.QueryRequestInfoFactory |
DEFAULT_QUERY_INFO_FACTORY |
Modifier and Type | Method and Description |
---|---|
CollectionPagination |
getPagination()
Get the request paging specification
|
Map<String,String[]> |
getPredicates()
Get the query predicates.
|
List<String> |
getSortBy() |
CollectionSortedOrder |
getSortOrder() |
boolean |
isQuery()
Is the request a query request
|
boolean |
isTranslationRequest()
Is the request a translate request
|
void |
setPagination(CollectionPagination pagination)
Set the pagination
|
void |
setSortBy(List<String> sortBy) |
void |
setSortOrder(CollectionSortedOrder order) |
void |
setTranslationRequest(boolean isTranslationRequest)
Set the translation request
|
static final QueryRequestInfo.QueryRequestInfoFactory DEFAULT_QUERY_INFO_FACTORY
boolean isQuery()
boolean isTranslationRequest()
void setTranslationRequest(boolean isTranslationRequest)
translation
- request valueMap<String,String[]> getPredicates()
CollectionPagination getPagination()
void setPagination(CollectionPagination pagination)
pagination
- the pagination setting.void setSortBy(List<String> sortBy)
a
- list of indexes to use to sort the list byvoid setSortOrder(CollectionSortedOrder order)
order
- for the listCollectionSortedOrder getSortOrder()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"