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 TaskQueryVariableValueTaskQueryImpl.TaskQueryVariableValueComparable.variableValueFields in org.camunda.bpm.engine.impl with type parameters of type TaskQueryVariableValueModifier and TypeFieldDescriptionprotected List<TaskQueryVariableValue>HistoricTaskInstanceQueryImpl.variablesprotected List<TaskQueryVariableValue>TaskQueryImpl.variablesMethods 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 voidHistoricTaskInstanceQueryImpl.addVariable(TaskQueryVariableValue taskQueryVariableValue) protected voidTaskQueryImpl.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 voidJsonTaskQueryConverter.addVariable(com.google.gson.JsonObject jsonObject, String variableType, TaskQueryVariableValue variable) com.google.gson.JsonObjectJsonTaskQueryVariableValueConverter.toJsonObject(TaskQueryVariableValue variable) Method parameters in org.camunda.bpm.engine.impl.json with type arguments of type TaskQueryVariableValueModifier and TypeMethodDescriptionprotected voidJsonTaskQueryConverter.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