Uses of Class
org.camunda.bpm.engine.impl.TaskQueryVariableValue

Packages that use TaskQueryVariableValue
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.json   
 

Uses of TaskQueryVariableValue in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as TaskQueryVariableValue
protected  TaskQueryVariableValue TaskQueryImpl.TaskQueryVariableValueComparable.variableValue
           
 

Fields in org.camunda.bpm.engine.impl with type parameters of type TaskQueryVariableValue
protected  List<TaskQueryVariableValue> HistoricTaskInstanceQueryImpl.variables
           
protected  List<TaskQueryVariableValue> TaskQueryImpl.variables
           
 

Methods in org.camunda.bpm.engine.impl that return TaskQueryVariableValue
 TaskQueryVariableValue TaskQueryImpl.TaskQueryVariableValueComparable.getVariableValue()
           
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type TaskQueryVariableValue
 List<TaskQueryVariableValue> HistoricTaskInstanceQueryImpl.getVariables()
           
 List<TaskQueryVariableValue> TaskQueryImpl.getVariables()
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type TaskQueryVariableValue
protected  void TaskQueryImpl.addVariable(TaskQueryVariableValue taskQueryVariableValue)
           
 

Constructors in org.camunda.bpm.engine.impl with parameters of type TaskQueryVariableValue
TaskQueryImpl.TaskQueryVariableValueComparable(TaskQueryVariableValue variableValue)
           
 

Uses of TaskQueryVariableValue in org.camunda.bpm.engine.impl.json
 

Methods in org.camunda.bpm.engine.impl.json that return TaskQueryVariableValue
 TaskQueryVariableValue JsonTaskQueryVariableValueConverter.toObject(JSONObject json)
           
 

Methods in org.camunda.bpm.engine.impl.json with parameters of type TaskQueryVariableValue
protected  void JsonTaskQueryConverter.addVariable(JSONArray array, TaskQueryVariableValue variable)
           
protected  void JsonTaskQueryConverter.addVariable(JSONObject json, String variableType, TaskQueryVariableValue variable)
           
 JSONObject JsonTaskQueryVariableValueConverter.toJsonObject(TaskQueryVariableValue variable)
           
 

Method parameters in org.camunda.bpm.engine.impl.json with type arguments of type TaskQueryVariableValue
protected  void JsonTaskQueryConverter.addVariablesFields(JSONObject json, List<TaskQueryVariableValue> variables)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.