Uses of Class
org.flowable.cmmn.rest.service.api.history.variable.HistoricVariableInstanceQueryRequest
-
Packages that use HistoricVariableInstanceQueryRequest Package Description org.flowable.cmmn.rest.service.api org.flowable.cmmn.rest.service.api.history.variable -
-
Uses of HistoricVariableInstanceQueryRequest in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type HistoricVariableInstanceQueryRequest Modifier and Type Method Description voidCmmnRestApiInterceptor. accessHistoryVariableInfoWithQuery(org.flowable.cmmn.api.history.HistoricVariableInstanceQuery historicVariableInstanceQuery, HistoricVariableInstanceQueryRequest request) -
Uses of HistoricVariableInstanceQueryRequest in org.flowable.cmmn.rest.service.api.history.variable
Methods in org.flowable.cmmn.rest.service.api.history.variable 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)
-