public class HistoricTaskLogEntryBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected BpmnRestApiInterceptor |
restApiInterceptor |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
HistoricTaskLogEntryBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected DataResponse<HistoricTaskLogEntryResponse> |
getQueryResponse(HistoricTaskLogEntryQueryRequest request,
Map<String,String> allRequestParams) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected HistoryService historyService
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
protected DataResponse<HistoricTaskLogEntryResponse> getQueryResponse(HistoricTaskLogEntryQueryRequest request, Map<String,String> allRequestParams)
Copyright © 2021 Flowable. All rights reserved.