Class HistoricVariableInstanceBaseResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricVariableInstanceBaseResource
- Direct Known Subclasses:
HistoricVariableInstanceCollectionResource
,HistoricVariableInstanceQueryResource
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HistoryService
protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addVariables
(HistoricVariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables) protected DataResponse<HistoricVariableInstanceResponse>
getQueryResponse
(HistoricVariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams)
-
Field Details
-
restResponseFactory
-
historyService
-
restApiInterceptor
-
-
Constructor Details
-
HistoricVariableInstanceBaseResource
public HistoricVariableInstanceBaseResource()
-
-
Method Details
-
getQueryResponse
protected DataResponse<HistoricVariableInstanceResponse> getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams) -
addVariables
protected void addVariables(HistoricVariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)
-