Class HistoricTaskLogEntryBaseResource
- java.lang.Object
-
- org.flowable.rest.service.api.history.HistoricTaskLogEntryBaseResource
-
- Direct Known Subclasses:
HistoricTaskLogCollectionResource
public class HistoricTaskLogEntryBaseResource extends Object
- Author:
- Luis Belloch
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoryServicehistoryServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description HistoricTaskLogEntryBaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataResponse<HistoricTaskLogEntryResponse>getQueryResponse(HistoricTaskLogEntryQueryRequest request, 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<HistoricTaskLogEntryResponse> getQueryResponse(HistoricTaskLogEntryQueryRequest request, Map<String,String> allRequestParams)
-
-