Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
PatchVariablesDto.getModifications() |
Modifier and Type | Method and Description |
---|---|
void |
PatchVariablesDto.setModifications(Map<String,VariableValueDto> modifications) |
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 | Method and Description |
---|---|
Map<String,VariableValueDto> |
StartProcessInstanceDto.getVariables() |
Map<String,VariableValueDto> |
ExecutionTriggerDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
StartProcessInstanceDto.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) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
VariableResource.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
VariableResource.putVariable(String variableName,
VariableValueDto variable) |
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
AbstractVariablesResource.getVariable(String variableName) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
AbstractVariablesResource.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVariablesResource.putVariable(String variableName,
VariableValueDto variable) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
DtoUtil.toMap(Map<String,VariableValueDto> variables)
Returns null, if variables is null.
|
Copyright © 2015. All rights reserved.