public class HistoricTaskInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricTaskInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProcessVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery,
List<QueryVariable> variables) |
protected void |
addTaskVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery,
List<QueryVariable> variables) |
protected DataResponse<HistoricTaskInstanceResponse> |
getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams,
String serverRootUrl) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected HistoryService historyService
protected DataResponse<HistoricTaskInstanceResponse> getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, String serverRootUrl)
protected void addTaskVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery,
List<QueryVariable> variables)
protected void addProcessVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery,
List<QueryVariable> variables)
Copyright © 2018 Flowable. All rights reserved.