Uses of Class
org.flowable.rest.service.api.history.HistoricTaskLogEntryResponse
-
Packages that use HistoricTaskLogEntryResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.history -
-
Uses of HistoricTaskLogEntryResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricTaskLogEntryResponse Modifier and Type Method Description HistoricTaskLogEntryResponseRestResponseFactory. createHistoricTaskLogEntryResponse(org.flowable.task.api.history.HistoricTaskLogEntry logEntry, RestUrlBuilder urlBuilder)Methods in org.flowable.rest.service.api that return types with arguments of type HistoricTaskLogEntryResponse Modifier and Type Method Description List<HistoricTaskLogEntryResponse>RestResponseFactory. createHistoricTaskLogEntryResponseList(List<org.flowable.task.api.history.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 HistoricTaskLogEntryResponse Modifier and Type Method Description DataResponse<HistoricTaskLogEntryResponse>HistoricTaskLogCollectionResource. getHistoricTaskLogEntries(Map<String,String> allRequestParams)protected DataResponse<HistoricTaskLogEntryResponse>HistoricTaskLogEntryBaseResource. getQueryResponse(HistoricTaskLogEntryQueryRequest request, Map<String,String> allRequestParams)
-