Uses of Class
org.camunda.bpm.engine.impl.TaskQueryVariableValue
Packages that use TaskQueryVariableValue
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TaskQueryVariableValue in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TaskQueryVariableValueModifier and TypeFieldDescriptionprotected TaskQueryVariableValue
TaskQueryImpl.TaskQueryVariableValueComparable.variableValue
Fields in org.camunda.bpm.engine.impl with type parameters of type TaskQueryVariableValueModifier and TypeFieldDescriptionprotected List<TaskQueryVariableValue>
HistoricTaskInstanceQueryImpl.variables
protected List<TaskQueryVariableValue>
TaskQueryImpl.variables
Methods in org.camunda.bpm.engine.impl that return TaskQueryVariableValueModifier and TypeMethodDescriptionTaskQueryImpl.TaskQueryVariableValueComparable.getVariableValue()
Methods in org.camunda.bpm.engine.impl that return types with arguments of type TaskQueryVariableValueModifier and TypeMethodDescriptionHistoricTaskInstanceQueryImpl.getVariables()
TaskQueryImpl.getVariables()
Methods in org.camunda.bpm.engine.impl with parameters of type TaskQueryVariableValueModifier and TypeMethodDescriptionprotected void
HistoricTaskInstanceQueryImpl.addVariable
(TaskQueryVariableValue taskQueryVariableValue) protected void
TaskQueryImpl.addVariable
(TaskQueryVariableValue taskQueryVariableValue) Constructors in org.camunda.bpm.engine.impl with parameters of type TaskQueryVariableValueModifierConstructorDescriptionTaskQueryVariableValueComparable
(TaskQueryVariableValue variableValue) -
Uses of TaskQueryVariableValue in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json that return TaskQueryVariableValueModifier and TypeMethodDescriptionJsonTaskQueryVariableValueConverter.toObject
(com.google.gson.JsonObject json) Methods in org.camunda.bpm.engine.impl.json with parameters of type TaskQueryVariableValueModifier and TypeMethodDescriptionprotected void
JsonTaskQueryConverter.addVariable
(com.google.gson.JsonObject jsonObject, String variableType, TaskQueryVariableValue variable) com.google.gson.JsonObject
JsonTaskQueryVariableValueConverter.toJsonObject
(TaskQueryVariableValue variable) Method parameters in org.camunda.bpm.engine.impl.json with type arguments of type TaskQueryVariableValueModifier and TypeMethodDescriptionprotected void
JsonTaskQueryConverter.addVariablesFields
(com.google.gson.JsonObject jsonObject, List<TaskQueryVariableValue> variables) -
Uses of TaskQueryVariableValue in org.camunda.bpm.engine.rest.dto
Constructors in org.camunda.bpm.engine.rest.dto with parameters of type TaskQueryVariableValue