Uses of Class
org.flowable.rest.service.api.runtime.VariableInstanceQueryRequest
-
Packages that use VariableInstanceQueryRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime -
-
Uses of VariableInstanceQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type VariableInstanceQueryRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. accessVariableInfoWithQuery(org.flowable.variable.api.runtime.VariableInstanceQuery variableInstanceQuery, VariableInstanceQueryRequest request) -
Uses of VariableInstanceQueryRequest in org.flowable.rest.service.api.runtime
Methods in org.flowable.rest.service.api.runtime with parameters of type VariableInstanceQueryRequest Modifier and Type Method Description protected DataResponse<VariableInstanceResponse>VariableInstanceBaseResource. getQueryResponse(VariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)DataResponse<VariableInstanceResponse>VariableInstanceQueryResource. queryVariableInstances(VariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-