Modifier and Type | Method and Description |
---|---|
void |
Query.setPageRequest(PageRequest pageRequest)
Set the page request information for this query.
|
void |
QueryImpl.setPageRequest(PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
PageRequest |
Request.getPageRequest()
Obtain the pagination request information.
|
PageRequest |
BaseRequest.getPageRequest() |
Modifier and Type | Field and Description |
---|---|
PageRequest |
AlertHistoryRequest.Pagination
Pagination information, or
null for none. |
PageRequest |
AlertCurrentRequest.Pagination
Pagination information, or
null for none. |
PageRequest |
AlertNoticeRequest.Pagination
Pagination information, or
null for none. |
Modifier and Type | Class and Description |
---|---|
class |
PageRequestImpl
Basic page request implementation.
|
Modifier and Type | Method and Description |
---|---|
PageRequest |
RequestImpl.getPageRequest() |
Modifier and Type | Method and Description |
---|---|
Iterable<Resource> |
ClusterControllerImpl.getIterable(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest) |
PageResponse |
ClusterControllerImpl.getPage(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest) |
protected PageResponse |
ClusterControllerImpl.getResources(Resource.Type type,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest)
Get a page of resources filtered by the given request, predicate objects and
page request.
|
Constructor and Description |
---|
RequestImpl(Set<String> propertyIds,
Set<Map<String,Object>> properties,
Map<String,String> requestInfoProperties,
Map<String,TemporalInfo> mapTemporalInfo,
SortRequest sortRequest,
PageRequest pageRequest)
Create a request.
|
Modifier and Type | Method and Description |
---|---|
PageRequest |
Request.getPageRequest()
Obtain the pagination request information.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Resource> |
ClusterController.getIterable(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest)
Get an iterable set of resources from the given set of resources filtered by the
given request and predicate objects.
|
PageResponse |
ClusterController.getPage(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest)
Get a page of resources from the given set filtered by the given request,
predicate objects and page request.
|
Modifier and Type | Method and Description |
---|---|
static Request |
PropertyHelper.getReadRequest(Set<String> propertyIds,
Map<String,String> requestInfoProperties,
Map<String,TemporalInfo> mapTemporalInfo,
PageRequest pageRequest,
SortRequest sortRequest)
Factory method to create a read request from the given set of property ids.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.