Uses of Interface
org.flowable.common.rest.api.ListProcessor
Packages that use ListProcessor
-
Uses of ListProcessor in org.flowable.common.rest.api
Methods in org.flowable.common.rest.api with parameters of type ListProcessorModifier and TypeMethodDescriptionstatic <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
(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.