Class HistoricTaskLogEntryBaseResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricTaskLogEntryBaseResource
- Direct Known Subclasses:
HistoricTaskLogCollectionResource
- Author:
- Luis Belloch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HistoryService
protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataResponse<HistoricTaskLogEntryResponse>
getQueryResponse
(HistoricTaskLogEntryQueryRequest request, Map<String, String> allRequestParams)
-
Field Details
-
restResponseFactory
-
historyService
-
restApiInterceptor
-
-
Constructor Details
-
HistoricTaskLogEntryBaseResource
public HistoricTaskLogEntryBaseResource()
-
-
Method Details
-
getQueryResponse
protected DataResponse<HistoricTaskLogEntryResponse> getQueryResponse(HistoricTaskLogEntryQueryRequest request, Map<String, String> allRequestParams)
-