Class HistoricTaskLogCollectionResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricTaskLogEntryBaseResource
org.flowable.rest.service.api.history.HistoricTaskLogCollectionResource
@RestController
public class HistoricTaskLogCollectionResource
extends HistoricTaskLogEntryBaseResource
- Author:
- Luis Belloch
-
Field Summary
Fields inherited from class org.flowable.rest.service.api.history.HistoricTaskLogEntryBaseResource
historyService, restApiInterceptor, restResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.rest.service.api.history.HistoricTaskLogEntryBaseResource
getQueryResponse
-
Constructor Details
-
HistoricTaskLogCollectionResource
public HistoricTaskLogCollectionResource()
-
-
Method Details
-
getHistoricTaskLogEntries
@GetMapping(value="/history/historic-task-log-entries", produces="application/json") public DataResponse<HistoricTaskLogEntryResponse> getHistoricTaskLogEntries(@RequestParam Map<String, String> allRequestParams)
-