public class HistoricTaskInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected BpmnRestApiInterceptor |
restApiInterceptor |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricTaskInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProcessVariables(HistoricTaskInstanceQuery taskInstanceQuery,
List<QueryVariable> variables) |
protected void |
addTaskVariables(HistoricTaskInstanceQuery taskInstanceQuery,
List<QueryVariable> variables) |
protected HistoricTaskInstance |
getHistoricTaskInstanceFromRequest(String taskId) |
protected DataResponse<HistoricTaskInstanceResponse> |
getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams,
String serverRootUrl) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected HistoryService historyService
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
protected DataResponse<HistoricTaskInstanceResponse> getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, String serverRootUrl)
protected HistoricTaskInstance getHistoricTaskInstanceFromRequest(String taskId)
protected void addTaskVariables(HistoricTaskInstanceQuery taskInstanceQuery, List<QueryVariable> variables)
protected void addProcessVariables(HistoricTaskInstanceQuery taskInstanceQuery, List<QueryVariable> variables)
Copyright © 2023 Flowable. All rights reserved.