Uses of Class
org.flowable.common.rest.api.PaginateRequest
Packages that use PaginateRequest
Package
Description
-
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.caze
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.caze -
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.milestone
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.milestone -
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.planitem
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.planitem -
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.task
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.history.task -
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.runtime.caze
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.runtime.caze -
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.runtime.planitem
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.runtime.planitem -
Uses of PaginateRequest in org.flowable.cmmn.rest.service.api.runtime.task
Subclasses of PaginateRequest in org.flowable.cmmn.rest.service.api.runtime.task -
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. -
Uses of PaginateRequest in org.flowable.rest.service.api.history
Subclasses of PaginateRequest in org.flowable.rest.service.api.historyModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of PaginateRequest in org.flowable.rest.service.api.runtime.process
Subclasses of PaginateRequest in org.flowable.rest.service.api.runtime.processModifier and TypeClassDescriptionclass
class
class
-
Uses of PaginateRequest in org.flowable.rest.service.api.runtime.task
Subclasses of PaginateRequest in org.flowable.rest.service.api.runtime.task