Uses of Class
org.flowable.rest.service.api.history.HistoricVariableInstanceQueryRequest
Packages that use HistoricVariableInstanceQueryRequest
-
Uses of HistoricVariableInstanceQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoricVariableInstanceQueryRequestModifier and TypeMethodDescriptionvoidBpmnRestApiInterceptor.accessHistoryVariableInfoWithQuery(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 HistoricVariableInstanceQueryRequestModifier and TypeMethodDescriptionprotected DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceBaseResource.getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams) HistoricVariableInstanceQueryResource.queryVariableInstances(HistoricVariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams)