public class HistoricVariableInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricVariableInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addVariables(org.flowable.variable.api.history.HistoricVariableInstanceQuery variableInstanceQuery,
List<QueryVariable> variables) |
protected DataResponse<HistoricVariableInstanceResponse> |
getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected HistoryService historyService
public HistoricVariableInstanceBaseResource()
protected DataResponse<HistoricVariableInstanceResponse> getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
protected void addVariables(org.flowable.variable.api.history.HistoricVariableInstanceQuery variableInstanceQuery,
List<QueryVariable> variables)
Copyright © 2018 Flowable. All rights reserved.