Uses of Class
org.flowable.common.rest.api.PaginateRequest
Packages that use PaginateRequest
-
Uses of PaginateRequest in org.flowable.common.rest.api
Methods in org.flowable.common.rest.api with parameters of type PaginateRequestModifier and TypeMethodDescriptionstatic <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.