Uses of Class
org.flowable.variable.service.impl.QueryVariableValue
Packages that use QueryVariableValue
Package
Description
-
Uses of QueryVariableValue in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type QueryVariableValueModifier and TypeMethodDescriptionprotected void
DeleteHistoricCaseInstancesUsingBatchesCmd.populateQueryVariableValue
(com.fasterxml.jackson.databind.node.ArrayNode queryVariablesArrayNode, QueryVariableValue variableValue) -
Uses of QueryVariableValue in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type QueryVariableValueModifier and TypeMethodDescriptionprotected void
DeleteHistoricProcessInstancesUsingBatchesCmd.populateQueryVariableValue
(com.fasterxml.jackson.databind.node.ArrayNode queryVariablesArrayNode, QueryVariableValue variableValue) -
Uses of QueryVariableValue in org.flowable.variable.service.impl
Fields in org.flowable.variable.service.impl declared as QueryVariableValueModifier and TypeFieldDescriptionprotected QueryVariableValue
HistoricVariableInstanceQueryImpl.queryVariableValue
protected QueryVariableValue
VariableInstanceQueryImpl.queryVariableValue
Fields in org.flowable.variable.service.impl with type parameters of type QueryVariableValueModifier and TypeFieldDescriptionprotected List<QueryVariableValue>
AbstractVariableQueryImpl.queryVariableValues
Methods in org.flowable.variable.service.impl that return QueryVariableValueModifier and TypeMethodDescriptionHistoricVariableInstanceQueryImpl.getQueryVariableValue()
VariableInstanceQueryImpl.getQueryVariableValue()
Methods in org.flowable.variable.service.impl that return types with arguments of type QueryVariableValue