Uses of Class
org.flowable.rest.service.api.history.HistoricTaskLogEntryQueryRequest
-
Packages that use HistoricTaskLogEntryQueryRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.history -
-
Uses of HistoricTaskLogEntryQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoricTaskLogEntryQueryRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. accessHistoricTaskLogWithQuery(org.flowable.task.api.history.HistoricTaskLogEntryQuery historicTaskLogEntryQuery, HistoricTaskLogEntryQueryRequest request) -
Uses of HistoricTaskLogEntryQueryRequest in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history with parameters of type HistoricTaskLogEntryQueryRequest Modifier and Type Method Description protected DataResponse<HistoricTaskLogEntryResponse>HistoricTaskLogEntryBaseResource. getQueryResponse(HistoricTaskLogEntryQueryRequest request, Map<String,String> allRequestParams)
-