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