Uses of Class
org.flowable.rest.service.api.runtime.VariableInstanceQueryRequest
Packages that use VariableInstanceQueryRequest
-
Uses of VariableInstanceQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type VariableInstanceQueryRequestModifier and TypeMethodDescriptionvoid
BpmnRestApiInterceptor.accessVariableInfoWithQuery
(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 VariableInstanceQueryRequestModifier and TypeMethodDescriptionprotected DataResponse<VariableInstanceResponse>
VariableInstanceBaseResource.getQueryResponse
(VariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams) VariableInstanceQueryResource.queryVariableInstances
(VariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams)