public class HistoricProcessInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricProcessInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addVariables(HistoricProcessInstanceQuery processInstanceQuery,
List<QueryVariable> variables) |
protected DataResponse<HistoricProcessInstanceResponse> |
getQueryResponse(HistoricProcessInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected HistoryService historyService
protected DataResponse<HistoricProcessInstanceResponse> getQueryResponse(HistoricProcessInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
protected void addVariables(HistoricProcessInstanceQuery processInstanceQuery, List<QueryVariable> variables)
Copyright © 2018 Flowable. All rights reserved.