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 |
Modifier and Type | Field and Description |
---|---|
protected TaskQueryVariableValue |
TaskQueryImpl.TaskQueryVariableValueComparable.variableValue |
Modifier and Type | Field and Description |
---|---|
protected List<TaskQueryVariableValue> |
TaskQueryImpl.variables |
protected List<TaskQueryVariableValue> |
HistoricTaskInstanceQueryImpl.variables |
Modifier and Type | Method and Description |
---|---|
TaskQueryVariableValue |
TaskQueryImpl.TaskQueryVariableValueComparable.getVariableValue() |
Modifier and Type | Method and Description |
---|---|
List<TaskQueryVariableValue> |
TaskQueryImpl.getVariables() |
List<TaskQueryVariableValue> |
HistoricTaskInstanceQueryImpl.getVariables() |
Modifier and Type | Method and Description |
---|---|
protected void |
TaskQueryImpl.addVariable(TaskQueryVariableValue taskQueryVariableValue) |
Constructor and Description |
---|
TaskQueryImpl.TaskQueryVariableValueComparable(TaskQueryVariableValue variableValue) |
Modifier and Type | Method and Description |
---|---|
TaskQueryVariableValue |
JsonTaskQueryVariableValueConverter.toObject(JSONObject json) |
Modifier and Type | Method and Description |
---|---|
protected void |
JsonTaskQueryConverter.addVariable(JSONArray array,
TaskQueryVariableValue variable) |
protected void |
JsonTaskQueryConverter.addVariable(JSONObject json,
String variableType,
TaskQueryVariableValue variable) |
JSONObject |
JsonTaskQueryVariableValueConverter.toJsonObject(TaskQueryVariableValue variable) |
Modifier and Type | Method and Description |
---|---|
protected void |
JsonTaskQueryConverter.addVariablesFields(JSONObject json,
List<TaskQueryVariableValue> variables) |
Constructor and Description |
---|
VariableQueryParameterDto(TaskQueryVariableValue variableValue) |
Copyright © 2017. All rights reserved.