| Modifier and Type | Method and Description | 
|---|---|
static VariableValueDto | 
VariableValueDto.fromFormPart(String type,
            MultipartFormData.FormPart binaryDataFormPart)  | 
static VariableValueDto | 
VariableValueDto.fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)  | 
static VariableValueDto | 
VariableValueDto.fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue,
              boolean preferSerializedValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,VariableValueDto> | 
VariableValueDto.fromVariableMap(org.camunda.bpm.engine.variable.VariableMap variables)  | 
Map<String,VariableValueDto> | 
PatchVariablesDto.getModifications()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VariableValueDto.fromTypedValue(VariableValueDto dto,
              org.camunda.bpm.engine.variable.value.TypedValue typedValue)  | 
static void | 
VariableValueDto.fromTypedValue(VariableValueDto dto,
              org.camunda.bpm.engine.variable.value.TypedValue typedValue,
              boolean preferSerializedValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PatchVariablesDto.setModifications(Map<String,VariableValueDto> modifications)  | 
static org.camunda.bpm.engine.variable.VariableMap | 
VariableValueDto.toMap(Map<String,VariableValueDto> variables,
     ProcessEngine processEngine,
     com.fasterxml.jackson.databind.ObjectMapper objectMapper)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,VariableValueDto> | 
EvaluateDecisionDto.variables  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,VariableValueDto> | 
EvaluateDecisionDto.getVariables()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EvaluateDecisionDto.setVariables(Map<String,VariableValueDto> variables)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,VariableValueDto> | 
LockedExternalTaskDto.variables  | 
protected Map<String,VariableValueDto> | 
CompleteExternalTaskDto.variables  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,VariableValueDto> | 
LockedExternalTaskDto.getVariables()  | 
Map<String,VariableValueDto> | 
CompleteExternalTaskDto.getVariables()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompleteExternalTaskDto.setVariables(Map<String,VariableValueDto> variables)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HistoricDecisionInputInstanceDto  | 
class  | 
HistoricDecisionOutputInstanceDto  | 
class  | 
HistoricVariableInstanceDto  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,VariableValueDto> | 
CorrelationMessageDto.getCorrelationKeys()  | 
Map<String,VariableValueDto> | 
CorrelationMessageDto.getLocalCorrelationKeys()  | 
Map<String,VariableValueDto> | 
CorrelationMessageDto.getProcessVariables()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CorrelationMessageDto.setCorrelationKeys(Map<String,VariableValueDto> correlationKeys)  | 
void | 
CorrelationMessageDto.setLocalCorrelationKeys(Map<String,VariableValueDto> localCorrelationKeys)  | 
void | 
CorrelationMessageDto.setProcessVariables(Map<String,VariableValueDto> processVariables)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TriggerVariableValueDto  | 
class  | 
VariableInstanceDto  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,VariableValueDto> | 
StartProcessInstanceDto.variables  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,VariableValueDto> | 
StartProcessInstanceDto.getVariables()  | 
Map<String,VariableValueDto> | 
ProcessInstanceWithVariablesDto.getVariables()  | 
Map<String,VariableValueDto> | 
ExecutionTriggerDto.getVariables()  | 
Map<String,VariableValueDto> | 
CreateCaseInstanceDto.getVariables()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StartProcessInstanceDto.setVariables(Map<String,VariableValueDto> variables)  | 
void | 
ProcessInstanceWithVariablesDto.setVariables(Map<String,VariableValueDto> variables)  | 
void | 
ExecutionTriggerDto.setVariables(Map<String,VariableValueDto> variables)  | 
void | 
CreateCaseInstanceDto.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 | 
|---|---|
List<Map<String,VariableValueDto>> | 
DecisionDefinitionResource.evaluateDecision(javax.ws.rs.core.UriInfo context,
                EvaluateDecisionDto parameters)  | 
Map<String,VariableValueDto> | 
ProcessDefinitionResource.getFormVariables(String variableNames,
                boolean deserializeValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Map<String,VariableValueDto>> | 
DecisionDefinitionResourceImpl.createDecisionResultDto(DmnDecisionResult decisionResult)  | 
protected Map<String,VariableValueDto> | 
DecisionDefinitionResourceImpl.createResultEntriesDto(DmnDecisionResultEntries entries)  | 
List<Map<String,VariableValueDto>> | 
DecisionDefinitionResourceImpl.evaluateDecision(javax.ws.rs.core.UriInfo context,
                EvaluateDecisionDto parameters)  | 
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 © 2017. All rights reserved.