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 Constructor Description HistoricTaskLogCollectionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataResponse<HistoricTaskLogEntryResponse>getHistoricTaskLogEntries(Map<String,String> allRequestParams)-
Methods inherited from class org.flowable.rest.service.api.history.HistoricTaskLogEntryBaseResource
getQueryResponse
-
-
-
-
Method Detail
-
getHistoricTaskLogEntries
@GetMapping(value="/history/historic-task-log-entries", produces="application/json") public DataResponse<HistoricTaskLogEntryResponse> getHistoricTaskLogEntries(@RequestParam Map<String,String> allRequestParams)
-
-