| Package | Description |
|---|---|
| org.flowable.common.rest.api |
| Modifier and Type | Method and Description |
|---|---|
static <RES,REQ> DataResponse<RES> |
PaginateListUtil.paginateList(Map<String,String> requestParams,
PaginateRequest paginateRequest,
Query<?,REQ> query,
String defaultSort,
Map<String,QueryProperty> properties,
ListProcessor<REQ,RES> listProcessor)
Uses the pagination parameters form the request and makes sure to order the result and set all pagination attributes for the response to render.
|
static <RES,REQ> DataResponse<RES> |
PaginateListUtil.paginateList(Map<String,String> requestParams,
Query<?,REQ> query,
String defaultSort,
Map<String,QueryProperty> properties,
ListProcessor<REQ,RES> listProcessor)
Uses the pagination parameters from the request and makes sure to order the result and set all pagination attributes for the response to render.
|
static <RES,REQ> DataResponse<RES> |
PaginateListUtil.paginateList(PaginateRequest paginateRequest,
Query<?,REQ> query,
String defaultSort,
Map<String,QueryProperty> properties,
ListProcessor<REQ,RES> listProcessor)
Uses the pagination attributes perform the querying and render the response.
|
Copyright © 2020 Flowable. All rights reserved.