Uses of Class
org.camunda.community.rest.client.dto.VariableValueDto
Packages that use VariableValueDto
-
Uses of VariableValueDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return VariableValueDtoModifier and TypeMethodDescriptionExecutionApi.getLocalExecutionVariable(String id, String varName, Boolean deserializeValue) Get Local Execution Variable Retrieves a variable from the context of a given execution by id.ExecutionApi.getLocalExecutionVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Local Execution Variable Retrieves a variable from the context of a given execution by id.ProcessInstanceApi.getProcessInstanceVariable(String id, String varName, Boolean deserializeValue) Get Process Variable Retrieves a variable of a given process instance by id.ProcessInstanceApi.getProcessInstanceVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Process Variable Retrieves a variable of a given process instance by id.TaskLocalVariableApi.getTaskLocalVariable(String id, String varName, Boolean deserializeValue) Get Local Task Variable Retrieves a variable from the context of a given task by id.TaskLocalVariableApi.getTaskLocalVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Local Task Variable Retrieves a variable from the context of a given task by id.TaskVariableApi.getTaskVariable(String id, String varName, Boolean deserializeValue) Get Task Variable Retrieves a variable from the context of a given task.TaskVariableApi.getTaskVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Task Variable Retrieves a variable from the context of a given task.Methods in org.camunda.community.rest.client.api that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionTaskApi.complete(String id, CompleteTaskDto completeTaskDto) Complete Completes a task and updates process variables.Complete Completes a task and updates process variables.DecisionDefinitionApi.evaluateDecisionById(String id, EvaluateDecisionDto evaluateDecisionDto) Evaluate By Id Evaluates a given decision and returns the result.DecisionDefinitionApi.evaluateDecisionById(String id, EvaluateDecisionDto evaluateDecisionDto, Map<String, String> additionalHeaders) Evaluate By Id Evaluates a given decision and returns the result.DecisionDefinitionApi.evaluateDecisionByKey(String key, EvaluateDecisionDto evaluateDecisionDto) Evaluate By Key Evaluates the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.evaluateDecisionByKey(String key, EvaluateDecisionDto evaluateDecisionDto, Map<String, String> additionalHeaders) Evaluate By Key Evaluates the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.evaluateDecisionByKeyAndTenant(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto) Evaluate By Key And Tenant Evaluates the latest version of the decision definition for tenant.DecisionDefinitionApi.evaluateDecisionByKeyAndTenant(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto, Map<String, String> additionalHeaders) Evaluate By Key And Tenant Evaluates the latest version of the decision definition for tenant.TaskApi.getFormVariables(String id, String variableNames, Boolean deserializeValues) Get Task Form Variables Retrieves the form variables for a task.TaskApi.getFormVariables(String id, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Task Form Variables Retrieves the form variables for a task.ExecutionApi.getLocalExecutionVariables(String id, Boolean deserializeValues) Get Local Execution Variables Retrieves all variables of a given execution by id.ExecutionApi.getLocalExecutionVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Local Execution Variables Retrieves all variables of a given execution by id.ProcessInstanceApi.getProcessInstanceVariables(String id, Boolean deserializeValues) Get Process Variables Retrieves all variables of a given process instance by id.ProcessInstanceApi.getProcessInstanceVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Process Variables Retrieves all variables of a given process instance by id.ProcessDefinitionApi.getStartFormVariables(String id, String variableNames, Boolean deserializeValues) Get Start Form Variables Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariables(String id, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Start Form Variables Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKey(String key, String variableNames, Boolean deserializeValues) Get Start Form Variables Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKey(String key, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Start Form Variables Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantId(String key, String tenantId, String variableNames, Boolean deserializeValues) Get Start Form Variables Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantId(String key, String tenantId, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Start Form Variables Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).TaskLocalVariableApi.getTaskLocalVariables(String id, Boolean deserializeValues) Get Local Task Variables Retrieves all variables of a given task by id.TaskLocalVariableApi.getTaskLocalVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Local Task Variables Retrieves all variables of a given task by id.TaskVariableApi.getTaskVariables(String id, Boolean deserializeValues) Get Task Variables Retrieves all variables visible from the task.TaskVariableApi.getTaskVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Task Variables Retrieves all variables visible from the task.TaskApi.submit(String id, CompleteTaskDto completeTaskDto) Submit Form Completes a task and updates process variables using a form submit.Submit Form Completes a task and updates process variables using a form submit.Methods in org.camunda.community.rest.client.api with parameters of type VariableValueDtoModifier and TypeMethodDescriptionvoidExecutionApi.putLocalExecutionVariable(String id, String varName, VariableValueDto variableValueDto) Put Local Execution Variable Sets a variable in the context of a given execution by id.voidExecutionApi.putLocalExecutionVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Put Local Execution Variable Sets a variable in the context of a given execution by id.voidTaskLocalVariableApi.putTaskLocalVariable(String id, String varName, VariableValueDto variableValueDto) Update Local Task Variable Sets a variable in the context of a given task.voidTaskLocalVariableApi.putTaskLocalVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Update Local Task Variable Sets a variable in the context of a given task.voidTaskVariableApi.putTaskVariable(String id, String varName, VariableValueDto variableValueDto) Update Task Variable Updates a process variable that is visible from the Task scope.voidTaskVariableApi.putTaskVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Update Task Variable Updates a process variable that is visible from the Task scope.voidProcessInstanceApi.setProcessInstanceVariable(String id, String varName, VariableValueDto variableValueDto) Update Process Variable Sets a variable of a given process instance by id.voidProcessInstanceApi.setProcessInstanceVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Update Process Variable Sets a variable of a given process instance by id. -
Uses of VariableValueDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return VariableValueDtoModifier and TypeMethodDescriptionVariableValueDto.putValueInfoItem(String key, Object valueInfoItem) Methods in org.camunda.community.rest.client.dto that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionCorrelationMessageDto.getCorrelationKeys()Used for correlation of process instances that wait for incoming messages.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CorrelationMessageDto.getCorrelationKeys_JsonNullable()CorrelationMessageDto.getLocalCorrelationKeys()Local variables used for correlation of executions (process instances) that wait for incoming messages.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CorrelationMessageDto.getLocalCorrelationKeys_JsonNullable()CompleteExternalTaskDto.getLocalVariables()A JSON object containing local variable key-value pairs.ExternalTaskFailureDto.getLocalVariables()A JSON object containing local variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CompleteExternalTaskDto.getLocalVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> ExternalTaskFailureDto.getLocalVariables_JsonNullable()PatchVariablesDto.getModifications()A JSON object containing variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> PatchVariablesDto.getModifications_JsonNullable()CorrelationMessageDto.getProcessVariables()A map of variables that is injected into the triggered execution or process instance after the message has been delivered.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CorrelationMessageDto.getProcessVariables_JsonNullable()CorrelationMessageDto.getProcessVariablesLocal()A map of local variables that is injected into the execution waiting on the message.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CorrelationMessageDto.getProcessVariablesLocal_JsonNullable()CorrelationMessageDto.getProcessVariablesToTriggeredScope()A map of variables that is injected into the new scope triggered by message correlation.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CorrelationMessageDto.getProcessVariablesToTriggeredScope_JsonNullable()CompleteExternalTaskDto.getVariables()A JSON object containing variable key-value pairs.CompleteTaskDto.getVariables()A JSON object containing variable key-value pairs.CorrelationMessageAsyncDto.getVariables()All variables the operation will set in the root scope of the process instances the message is correlated to.EvaluateDecisionDto.getVariables()EvaluationConditionDto.getVariables()A map of variables which are used for evaluation of the conditions and are injected into the process instances which have been triggered.ExecutionTriggerDto.getVariables()A JSON object containing variable key-value pairs.ExternalTaskBpmnError.getVariables()A JSON object containing variable key-value pairs.ExternalTaskFailureDto.getVariables()A JSON object containing variable key-value pairs.LockedExternalTaskDto.getVariables()A JSON object containing a property for each of the requested variables.MessageCorrelationResultWithVariableDto.getVariables()This property is returned if the `variablesInResultEnabled` is set to `true`.MigrationPlanDto.getVariables()A map of variables which will be set into the process instances' scope.MigrationPlanGenerationDto.getVariables()A map of variables which will be set into the process instances' scope.ProcessInstanceWithVariablesDto.getVariables()The id of the process instance.SetVariablesAsyncDto.getVariables()A variables the operation will set in the root scope of the process instances.SignalDto.getVariables()A JSON object containing variable key-value pairs.StartProcessInstanceDto.getVariables()StartProcessInstanceFormDto.getVariables()TaskBpmnErrorDto.getVariables()A JSON object containing variable key-value pairs.TaskEscalationDto.getVariables()A JSON object containing variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CompleteExternalTaskDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CompleteTaskDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> CorrelationMessageAsyncDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> EvaluateDecisionDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> EvaluationConditionDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> ExecutionTriggerDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> ExternalTaskBpmnError.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> ExternalTaskFailureDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> LockedExternalTaskDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> MessageCorrelationResultWithVariableDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> MigrationPlanDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> MigrationPlanGenerationDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> ProcessInstanceWithVariablesDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> SetVariablesAsyncDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> SignalDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> StartProcessInstanceDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> StartProcessInstanceFormDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> TaskBpmnErrorDto.getVariables_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> TaskEscalationDto.getVariables_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type VariableValueDtoModifier and TypeMethodDescriptionCorrelationMessageDto.putCorrelationKeysItem(String key, VariableValueDto correlationKeysItem) CorrelationMessageDto.putLocalCorrelationKeysItem(String key, VariableValueDto localCorrelationKeysItem) CompleteExternalTaskDto.putLocalVariablesItem(String key, VariableValueDto localVariablesItem) ExternalTaskFailureDto.putLocalVariablesItem(String key, VariableValueDto localVariablesItem) PatchVariablesDto.putModificationsItem(String key, VariableValueDto modificationsItem) CorrelationMessageDto.putProcessVariablesItem(String key, VariableValueDto processVariablesItem) CorrelationMessageDto.putProcessVariablesLocalItem(String key, VariableValueDto processVariablesLocalItem) CorrelationMessageDto.putProcessVariablesToTriggeredScopeItem(String key, VariableValueDto processVariablesToTriggeredScopeItem) CompleteExternalTaskDto.putVariablesItem(String key, VariableValueDto variablesItem) CompleteTaskDto.putVariablesItem(String key, VariableValueDto variablesItem) CorrelationMessageAsyncDto.putVariablesItem(String key, VariableValueDto variablesItem) EvaluateDecisionDto.putVariablesItem(String key, VariableValueDto variablesItem) EvaluationConditionDto.putVariablesItem(String key, VariableValueDto variablesItem) ExecutionTriggerDto.putVariablesItem(String key, VariableValueDto variablesItem) ExternalTaskBpmnError.putVariablesItem(String key, VariableValueDto variablesItem) ExternalTaskFailureDto.putVariablesItem(String key, VariableValueDto variablesItem) LockedExternalTaskDto.putVariablesItem(String key, VariableValueDto variablesItem) MessageCorrelationResultWithVariableDto.putVariablesItem(String key, VariableValueDto variablesItem) MigrationPlanDto.putVariablesItem(String key, VariableValueDto variablesItem) MigrationPlanGenerationDto.putVariablesItem(String key, VariableValueDto variablesItem) ProcessInstanceWithVariablesDto.putVariablesItem(String key, VariableValueDto variablesItem) SetVariablesAsyncDto.putVariablesItem(String key, VariableValueDto variablesItem) SignalDto.putVariablesItem(String key, VariableValueDto variablesItem) StartProcessInstanceDto.putVariablesItem(String key, VariableValueDto variablesItem) StartProcessInstanceFormDto.putVariablesItem(String key, VariableValueDto variablesItem) TaskBpmnErrorDto.putVariablesItem(String key, VariableValueDto variablesItem) TaskEscalationDto.putVariablesItem(String key, VariableValueDto variablesItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionCorrelationMessageDto.correlationKeys(Map<String, VariableValueDto> correlationKeys) CorrelationMessageDto.localCorrelationKeys(Map<String, VariableValueDto> localCorrelationKeys) CompleteExternalTaskDto.localVariables(Map<String, VariableValueDto> localVariables) ExternalTaskFailureDto.localVariables(Map<String, VariableValueDto> localVariables) PatchVariablesDto.modifications(Map<String, VariableValueDto> modifications) CorrelationMessageDto.processVariables(Map<String, VariableValueDto> processVariables) CorrelationMessageDto.processVariablesLocal(Map<String, VariableValueDto> processVariablesLocal) CorrelationMessageDto.processVariablesToTriggeredScope(Map<String, VariableValueDto> processVariablesToTriggeredScope) voidCorrelationMessageDto.setCorrelationKeys(Map<String, VariableValueDto> correlationKeys) voidCorrelationMessageDto.setCorrelationKeys_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> correlationKeys) voidCorrelationMessageDto.setLocalCorrelationKeys(Map<String, VariableValueDto> localCorrelationKeys) voidCorrelationMessageDto.setLocalCorrelationKeys_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> localCorrelationKeys) voidCompleteExternalTaskDto.setLocalVariables(Map<String, VariableValueDto> localVariables) voidExternalTaskFailureDto.setLocalVariables(Map<String, VariableValueDto> localVariables) voidCompleteExternalTaskDto.setLocalVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> localVariables) voidExternalTaskFailureDto.setLocalVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> localVariables) voidPatchVariablesDto.setModifications(Map<String, VariableValueDto> modifications) voidPatchVariablesDto.setModifications_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> modifications) voidCorrelationMessageDto.setProcessVariables(Map<String, VariableValueDto> processVariables) voidCorrelationMessageDto.setProcessVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> processVariables) voidCorrelationMessageDto.setProcessVariablesLocal(Map<String, VariableValueDto> processVariablesLocal) voidCorrelationMessageDto.setProcessVariablesLocal_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> processVariablesLocal) voidCorrelationMessageDto.setProcessVariablesToTriggeredScope(Map<String, VariableValueDto> processVariablesToTriggeredScope) voidCorrelationMessageDto.setProcessVariablesToTriggeredScope_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> processVariablesToTriggeredScope) voidCompleteExternalTaskDto.setVariables(Map<String, VariableValueDto> variables) voidCompleteTaskDto.setVariables(Map<String, VariableValueDto> variables) voidCorrelationMessageAsyncDto.setVariables(Map<String, VariableValueDto> variables) voidEvaluateDecisionDto.setVariables(Map<String, VariableValueDto> variables) voidEvaluationConditionDto.setVariables(Map<String, VariableValueDto> variables) voidExecutionTriggerDto.setVariables(Map<String, VariableValueDto> variables) voidExternalTaskBpmnError.setVariables(Map<String, VariableValueDto> variables) voidExternalTaskFailureDto.setVariables(Map<String, VariableValueDto> variables) voidLockedExternalTaskDto.setVariables(Map<String, VariableValueDto> variables) voidMessageCorrelationResultWithVariableDto.setVariables(Map<String, VariableValueDto> variables) voidMigrationPlanDto.setVariables(Map<String, VariableValueDto> variables) voidMigrationPlanGenerationDto.setVariables(Map<String, VariableValueDto> variables) voidProcessInstanceWithVariablesDto.setVariables(Map<String, VariableValueDto> variables) voidSetVariablesAsyncDto.setVariables(Map<String, VariableValueDto> variables) voidSignalDto.setVariables(Map<String, VariableValueDto> variables) voidStartProcessInstanceDto.setVariables(Map<String, VariableValueDto> variables) voidStartProcessInstanceFormDto.setVariables(Map<String, VariableValueDto> variables) voidTaskBpmnErrorDto.setVariables(Map<String, VariableValueDto> variables) voidTaskEscalationDto.setVariables(Map<String, VariableValueDto> variables) voidCompleteExternalTaskDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidCompleteTaskDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidCorrelationMessageAsyncDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidEvaluateDecisionDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidEvaluationConditionDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidExecutionTriggerDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidExternalTaskBpmnError.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidExternalTaskFailureDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidLockedExternalTaskDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidMessageCorrelationResultWithVariableDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidMigrationPlanDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidMigrationPlanGenerationDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidProcessInstanceWithVariablesDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidSetVariablesAsyncDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidSignalDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidStartProcessInstanceDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidStartProcessInstanceFormDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidTaskBpmnErrorDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidTaskEscalationDto.setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) CompleteExternalTaskDto.variables(Map<String, VariableValueDto> variables) CompleteTaskDto.variables(Map<String, VariableValueDto> variables) CorrelationMessageAsyncDto.variables(Map<String, VariableValueDto> variables) EvaluateDecisionDto.variables(Map<String, VariableValueDto> variables) EvaluationConditionDto.variables(Map<String, VariableValueDto> variables) ExecutionTriggerDto.variables(Map<String, VariableValueDto> variables) ExternalTaskBpmnError.variables(Map<String, VariableValueDto> variables) ExternalTaskFailureDto.variables(Map<String, VariableValueDto> variables) LockedExternalTaskDto.variables(Map<String, VariableValueDto> variables) MessageCorrelationResultWithVariableDto.variables(Map<String, VariableValueDto> variables) MigrationPlanDto.variables(Map<String, VariableValueDto> variables) MigrationPlanGenerationDto.variables(Map<String, VariableValueDto> variables) ProcessInstanceWithVariablesDto.variables(Map<String, VariableValueDto> variables) SetVariablesAsyncDto.variables(Map<String, VariableValueDto> variables) SignalDto.variables(Map<String, VariableValueDto> variables) StartProcessInstanceDto.variables(Map<String, VariableValueDto> variables) StartProcessInstanceFormDto.variables(Map<String, VariableValueDto> variables) TaskBpmnErrorDto.variables(Map<String, VariableValueDto> variables) TaskEscalationDto.variables(Map<String, VariableValueDto> variables)