Uses of Class
org.camunda.bpm.engine.impl.QueryVariableValue
-
Packages that use QueryVariableValue Package Description org.camunda.bpm.cockpit.impl.plugin.base.dto.query org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.externaltask -
-
Uses of QueryVariableValue in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
Methods in org.camunda.bpm.cockpit.impl.plugin.base.dto.query that return types with arguments of type QueryVariableValue Modifier and Type Method Description List<QueryVariableValue>
AbstractProcessInstanceQueryDto. getQueryVariableValues()
List<QueryVariableValue>
ProcessDefinitionQueryDto. getQueryVariableValues()
-
Uses of QueryVariableValue in org.camunda.bpm.engine.impl
Subclasses of QueryVariableValue in org.camunda.bpm.engine.impl Modifier and Type Class Description class
TaskQueryVariableValue
Represents a variable value used in a task query.Fields in org.camunda.bpm.engine.impl declared as QueryVariableValue Modifier and Type Field Description protected QueryVariableValue
HistoricVariableInstanceQueryImpl. queryVariableValue
protected QueryVariableValue
AbstractQueryVariableValueCondition. wrappedQueryValue
Fields in org.camunda.bpm.engine.impl with type parameters of type QueryVariableValue Modifier and Type Field Description protected List<QueryVariableValue>
AbstractVariableQueryImpl. queryVariableValues
Methods in org.camunda.bpm.engine.impl that return QueryVariableValue Modifier and Type Method Description QueryVariableValue
HistoricVariableInstanceQueryImpl. getQueryVariableValue()
Methods in org.camunda.bpm.engine.impl that return types with arguments of type QueryVariableValue Modifier and Type Method Description List<QueryVariableValue>
AbstractVariableQueryImpl. getQueryVariableValues()
Constructors in org.camunda.bpm.engine.impl with parameters of type QueryVariableValue Constructor Description AbstractQueryVariableValueCondition(QueryVariableValue variableValue)
CompositeQueryVariableValueCondition(QueryVariableValue variableValue)
SingleQueryVariableValueCondition(QueryVariableValue variableValue)
-
Uses of QueryVariableValue in org.camunda.bpm.engine.impl.externaltask
Fields in org.camunda.bpm.engine.impl.externaltask with type parameters of type QueryVariableValue Modifier and Type Field Description protected List<QueryVariableValue>
TopicFetchInstruction. filterVariables
Methods in org.camunda.bpm.engine.impl.externaltask that return types with arguments of type QueryVariableValue Modifier and Type Method Description List<QueryVariableValue>
TopicFetchInstruction. getFilterVariables()
-