Uses of Class
org.flowable.rest.service.api.history.HistoricVariableInstanceQueryRequest
-
Packages that use HistoricVariableInstanceQueryRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.history -
-
Uses of HistoricVariableInstanceQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoricVariableInstanceQueryRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. accessHistoryVariableInfoWithQuery(org.flowable.variable.api.history.HistoricVariableInstanceQuery historicVariableInstanceQuery, HistoricVariableInstanceQueryRequest request) -
Uses of HistoricVariableInstanceQueryRequest in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history with parameters of type HistoricVariableInstanceQueryRequest Modifier and Type Method Description protected DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceBaseResource. getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceQueryResource. queryVariableInstances(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-