Uses of Class
org.flowable.common.rest.api.PaginateRequest
-
Packages that use PaginateRequest Package Description org.flowable.common.rest.api -
-
Uses of PaginateRequest in org.flowable.common.rest.api
Methods in org.flowable.common.rest.api with parameters of type PaginateRequest Modifier and Type Method Description DataResponse<RES>AbstractPaginateList. paginateList(Map<String,String> requestParams, PaginateRequest paginateRequest, Query<?,REQ> query, String defaultSort, Map<String,QueryProperty> properties)Deprecated.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(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.
-