Uses of Class
org.flowable.rest.service.api.history.HistoricTaskLogEntryResponse
Packages that use HistoricTaskLogEntryResponse
-
Uses of HistoricTaskLogEntryResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricTaskLogEntryResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricTaskLogEntryResponse
(HistoricTaskLogEntry logEntry, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type HistoricTaskLogEntryResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricTaskLogEntryResponseList
(List<HistoricTaskLogEntry> logEntries) -
Uses of HistoricTaskLogEntryResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return types with arguments of type HistoricTaskLogEntryResponseModifier and TypeMethodDescriptionHistoricTaskLogCollectionResource.getHistoricTaskLogEntries
(Map<String, String> allRequestParams) protected DataResponse<HistoricTaskLogEntryResponse>
HistoricTaskLogEntryBaseResource.getQueryResponse
(HistoricTaskLogEntryQueryRequest request, Map<String, String> allRequestParams)