| Package | Description |
|---|---|
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.history |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskInstanceResponse |
RestResponseFactory.createHistoricTaskInstanceResponse(org.flowable.task.api.history.HistoricTaskInstance taskInstance) |
HistoricTaskInstanceResponse |
RestResponseFactory.createHistoricTaskInstanceResponse(org.flowable.task.api.history.HistoricTaskInstance taskInstance,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricTaskInstanceResponse> |
RestResponseFactory.createHistoricTaskInstanceResponseList(List<org.flowable.task.api.history.HistoricTaskInstance> taskInstances) |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskInstanceResponse |
HistoricTaskInstanceResource.getTaskInstance(String taskId,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<HistoricTaskInstanceResponse> |
HistoricTaskInstanceCollectionResource.getHistoricProcessInstances(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
protected DataResponse<HistoricTaskInstanceResponse> |
HistoricTaskInstanceBaseResource.getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams,
String serverRootUrl) |
protected List<HistoricTaskInstanceResponse> |
HistoricTaskInstancePaginateList.processList(List<org.flowable.task.api.history.HistoricTaskInstance> list) |
DataResponse<HistoricTaskInstanceResponse> |
HistoricTaskInstanceQueryResource.queryProcessInstances(HistoricTaskInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2018 Flowable. All rights reserved.