Modifier and Type | Method and Description |
---|---|
static VariableValueDto |
VariableValueDto.fromTypedValue(TypedValue typedValue) |
Modifier and Type | Method and Description |
---|---|
static Map<String,VariableValueDto> |
VariableValueDto.fromVariableMap(VariableMap variables) |
Map<String,VariableValueDto> |
PatchVariablesDto.getModifications() |
Modifier and Type | Method and Description |
---|---|
static void |
VariableValueDto.fromTypedValue(VariableValueDto dto,
TypedValue typedValue) |
Modifier and Type | Method and Description |
---|---|
void |
PatchVariablesDto.setModifications(Map<String,VariableValueDto> modifications) |
static VariableMap |
VariableValueDto.toMap(Map<String,VariableValueDto> variables,
ProcessEngine processEngine,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricVariableInstanceDto |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
CorrelationMessageDto.getCorrelationKeys() |
Map<String,VariableValueDto> |
CorrelationMessageDto.getProcessVariables() |
Modifier and Type | Method and Description |
---|---|
void |
CorrelationMessageDto.setCorrelationKeys(Map<String,VariableValueDto> correlationKeys) |
void |
CorrelationMessageDto.setProcessVariables(Map<String,VariableValueDto> processVariables) |
Modifier and Type | Class and Description |
---|---|
class |
TriggerVariableValueDto |
class |
VariableInstanceDto |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
StartProcessInstanceDto.getVariables() |
Map<String,VariableValueDto> |
CreateCaseInstanceDto.getVariables() |
Map<String,VariableValueDto> |
ExecutionTriggerDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
StartProcessInstanceDto.setVariables(Map<String,VariableValueDto> variables) |
void |
CreateCaseInstanceDto.setVariables(Map<String,VariableValueDto> variables) |
void |
ExecutionTriggerDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
CompleteTaskDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
CompleteTaskDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
VariableResource.getVariable(String variableName,
boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
VariableResource.getVariables(boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
void |
VariableResource.putVariable(String variableName,
VariableValueDto variable) |
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
AbstractVariablesResource.getVariable(String variableName,
boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
AbstractVariablesResource.getVariables(boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVariablesResource.putVariable(String variableName,
VariableValueDto variable) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
ProcessDefinitionResource.getFormVariables(String variableNames,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
ProcessDefinitionResourceImpl.getFormVariables(String variableNames,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
TaskResource.getFormVariables(String variableNames,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
TaskResourceImpl.getFormVariables(String variableNames,
boolean deserializeValues) |
Copyright © 2018. All rights reserved.