public class HistoricTaskInstancePaginateList extends AbstractPaginateList<HistoricTaskInstanceResponse,org.flowable.task.api.history.HistoricTaskInstance>
| Modifier and Type | Field and Description |
|---|---|
protected RestResponseFactory |
restResponseFactory |
protected String |
serverRootUrl |
| Constructor and Description |
|---|
HistoricTaskInstancePaginateList(RestResponseFactory restResponseFactory,
String serverRootUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HistoricTaskInstanceResponse> |
processList(List<org.flowable.task.api.history.HistoricTaskInstance> list) |
paginateList, paginateListprotected RestResponseFactory restResponseFactory
protected String serverRootUrl
public HistoricTaskInstancePaginateList(RestResponseFactory restResponseFactory, String serverRootUrl)
protected List<HistoricTaskInstanceResponse> processList(List<org.flowable.task.api.history.HistoricTaskInstance> list)
processList in class AbstractPaginateList<HistoricTaskInstanceResponse,org.flowable.task.api.history.HistoricTaskInstance>Copyright © 2018 Flowable. All rights reserved.