Class HistoricVariableInstanceBaseResource
- java.lang.Object
-
- org.flowable.rest.service.api.history.HistoricVariableInstanceBaseResource
-
- Direct Known Subclasses:
HistoricVariableInstanceCollectionResource,HistoricVariableInstanceQueryResource
public class HistoricVariableInstanceBaseResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoryServicehistoryServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description HistoricVariableInstanceBaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddVariables(org.flowable.variable.api.history.HistoricVariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)protected DataResponse<HistoricVariableInstanceResponse>getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
historyService
@Autowired protected HistoryService historyService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getQueryResponse
protected DataResponse<HistoricVariableInstanceResponse> getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
-
addVariables
protected void addVariables(org.flowable.variable.api.history.HistoricVariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)
-
-