Uses of Class
org.camunda.bpm.engine.impl.TaskQueryVariableValue
-
Packages that use TaskQueryVariableValue Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.json org.camunda.bpm.engine.rest.dto -
-
Uses of TaskQueryVariableValue in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TaskQueryVariableValue Modifier and Type Field Description protected TaskQueryVariableValue
TaskQueryImpl.TaskQueryVariableValueComparable. variableValue
Fields in org.camunda.bpm.engine.impl with type parameters of type TaskQueryVariableValue Modifier and Type Field Description protected List<TaskQueryVariableValue>
HistoricTaskInstanceQueryImpl. variables
protected List<TaskQueryVariableValue>
TaskQueryImpl. variables
Methods in org.camunda.bpm.engine.impl that return TaskQueryVariableValue Modifier and Type Method Description TaskQueryVariableValue
TaskQueryImpl.TaskQueryVariableValueComparable. getVariableValue()
Methods in org.camunda.bpm.engine.impl that return types with arguments of type TaskQueryVariableValue Modifier and Type Method Description List<TaskQueryVariableValue>
HistoricTaskInstanceQueryImpl. getVariables()
List<TaskQueryVariableValue>
TaskQueryImpl. getVariables()
Methods in org.camunda.bpm.engine.impl with parameters of type TaskQueryVariableValue Modifier and Type Method Description protected void
HistoricTaskInstanceQueryImpl. addVariable(TaskQueryVariableValue taskQueryVariableValue)
protected void
TaskQueryImpl. addVariable(TaskQueryVariableValue taskQueryVariableValue)
Constructors in org.camunda.bpm.engine.impl with parameters of type TaskQueryVariableValue Constructor Description TaskQueryVariableValueComparable(TaskQueryVariableValue variableValue)
-
Uses of TaskQueryVariableValue in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json that return TaskQueryVariableValue Modifier and Type Method Description TaskQueryVariableValue
JsonTaskQueryVariableValueConverter. toObject(com.google.gson.JsonObject json)
Methods in org.camunda.bpm.engine.impl.json with parameters of type TaskQueryVariableValue Modifier and Type Method Description protected 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 TaskQueryVariableValue Modifier and Type Method Description protected 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 Constructor Description VariableQueryParameterDto(TaskQueryVariableValue variableValue)
-