Class HistoricActivityInstanceBaseResource
- java.lang.Object
-
- org.flowable.rest.service.api.history.HistoricActivityInstanceBaseResource
-
- Direct Known Subclasses:
HistoricActivityInstanceCollectionResource,HistoricActivityInstanceQueryResource
public class HistoricActivityInstanceBaseResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoryServicehistoryServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description HistoricActivityInstanceBaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataResponse<HistoricActivityInstanceResponse>getQueryResponse(HistoricActivityInstanceQueryRequest 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<HistoricActivityInstanceResponse> getQueryResponse(HistoricActivityInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
-
-