Uses of Class
org.flowable.rest.service.api.history.HistoricTaskInstanceQueryRequest
-
Packages that use HistoricTaskInstanceQueryRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.history -
-
Uses of HistoricTaskInstanceQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoricTaskInstanceQueryRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. accessHistoryTaskInfoWithQuery(org.flowable.task.api.history.HistoricTaskInstanceQuery historicTaskInstanceQuery, HistoricTaskInstanceQueryRequest request) -
Uses of HistoricTaskInstanceQueryRequest in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history with parameters of type HistoricTaskInstanceQueryRequest Modifier and Type Method Description protected DataResponse<HistoricTaskInstanceResponse>HistoricTaskInstanceBaseResource. getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, String serverRootUrl)DataResponse<HistoricTaskInstanceResponse>HistoricTaskInstanceQueryResource. queryProcessInstances(HistoricTaskInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-