Uses of Class
org.camunda.bpm.engine.rest.dto.VariableValueDto
Packages that use VariableValueDto
Package
Description
-
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return VariableValueDtoModifier and TypeMethodDescriptionstatic VariableValueDto
VariableValueDto.fromFormPart
(String type, MultipartFormData.FormPart binaryDataFormPart) static VariableValueDto
VariableValueDto.fromTypedValue
(TypedValue typedValue) static VariableValueDto
VariableValueDto.fromTypedValue
(TypedValue typedValue, boolean preferSerializedValue) Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionstatic Map<String,
VariableValueDto> VariableValueDto.fromMap
(VariableMap variables) static Map<String,
VariableValueDto> VariableValueDto.fromMap
(VariableMap variables, boolean preferSerializedValue) PatchVariablesDto.getModifications()
SignalDto.getVariables()
Methods in org.camunda.bpm.engine.rest.dto with parameters of type VariableValueDtoModifier and TypeMethodDescriptionstatic void
VariableValueDto.fromTypedValue
(VariableValueDto dto, TypedValue typedValue) static void
VariableValueDto.fromTypedValue
(VariableValueDto dto, TypedValue typedValue, boolean preferSerializedValue) Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
PatchVariablesDto.setModifications
(Map<String, VariableValueDto> modifications) void
SignalDto.setVariables
(Map<String, VariableValueDto> variables) static VariableMap
VariableValueDto.toMap
(Map<String, VariableValueDto> variables, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.condition
Methods in org.camunda.bpm.engine.rest.dto.condition that return types with arguments of type VariableValueDtoMethod parameters in org.camunda.bpm.engine.rest.dto.condition with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
EvaluationConditionDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.dmn
Fields in org.camunda.bpm.engine.rest.dto.dmn with type parameters of type VariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
VariableValueDto> EvaluateDecisionDto.variables
Methods in org.camunda.bpm.engine.rest.dto.dmn that return types with arguments of type VariableValueDtoMethod parameters in org.camunda.bpm.engine.rest.dto.dmn with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
EvaluateDecisionDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.externaltask
Fields in org.camunda.bpm.engine.rest.dto.externaltask with type parameters of type VariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
VariableValueDto> CompleteExternalTaskDto.localVariables
protected Map<String,
VariableValueDto> ExternalTaskFailureDto.localVariables
protected Map<String,
VariableValueDto> CompleteExternalTaskDto.variables
protected Map<String,
VariableValueDto> ExternalTaskFailureDto.variables
protected Map<String,
VariableValueDto> LockedExternalTaskDto.variables
Methods in org.camunda.bpm.engine.rest.dto.externaltask that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionCompleteExternalTaskDto.getLocalVariables()
ExternalTaskFailureDto.getLocalVariables()
CompleteExternalTaskDto.getVariables()
ExternalTaskFailureDto.getVariables()
LockedExternalTaskDto.getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.externaltask with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
CompleteExternalTaskDto.setLocalVariables
(Map<String, VariableValueDto> localVariables) void
ExternalTaskFailureDto.setLocalVariables
(Map<String, VariableValueDto> localVariables) void
CompleteExternalTaskDto.setVariables
(Map<String, VariableValueDto> variables) void
ExternalTaskFailureDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.history
Subclasses of VariableValueDto in org.camunda.bpm.engine.rest.dto.historyModifier and TypeClassDescriptionclass
class
class
-
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.message
Methods in org.camunda.bpm.engine.rest.dto.message that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionCorrelationMessageDto.getCorrelationKeys()
CorrelationMessageDto.getLocalCorrelationKeys()
CorrelationMessageDto.getProcessVariables()
CorrelationMessageDto.getProcessVariablesLocal()
CorrelationMessageDto.getProcessVariablesToTriggeredScope()
MessageCorrelationResultWithVariableDto.getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.message with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
CorrelationMessageDto.setCorrelationKeys
(Map<String, VariableValueDto> correlationKeys) void
CorrelationMessageDto.setLocalCorrelationKeys
(Map<String, VariableValueDto> localCorrelationKeys) void
CorrelationMessageDto.setProcessVariables
(Map<String, VariableValueDto> processVariables) void
CorrelationMessageDto.setProcessVariablesLocal
(Map<String, VariableValueDto> processVariablesLocal) void
CorrelationMessageDto.setProcessVariablesToTriggeredScope
(Map<String, VariableValueDto> processVariablesToTriggeredScope) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.migration
Subclasses of VariableValueDto in org.camunda.bpm.engine.rest.dto.migrationFields in org.camunda.bpm.engine.rest.dto.migration with type parameters of type VariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
VariableValueDto> MigrationPlanDto.variables
protected Map<String,
VariableValueDto> MigrationPlanGenerationDto.variables
Methods in org.camunda.bpm.engine.rest.dto.migration that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionMigrationPlanDto.getVariables()
MigrationPlanGenerationDto.getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
MigrationPlanDto.setVariables
(Map<String, VariableValueDto> variables) void
MigrationPlanGenerationDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.runtime
Subclasses of VariableValueDto in org.camunda.bpm.engine.rest.dto.runtimeFields in org.camunda.bpm.engine.rest.dto.runtime with type parameters of type VariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
VariableValueDto> StartProcessInstanceDto.variables
Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionCreateCaseInstanceDto.getVariables()
ExecutionTriggerDto.getVariables()
ProcessInstanceWithVariablesDto.getVariables()
StartProcessInstanceDto.getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
CreateCaseInstanceDto.setVariables
(Map<String, VariableValueDto> variables) void
ExecutionTriggerDto.setVariables
(Map<String, VariableValueDto> variables) void
ProcessInstanceWithVariablesDto.setVariables
(Map<String, VariableValueDto> variables) void
StartProcessInstanceDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.runtime.batch
Fields in org.camunda.bpm.engine.rest.dto.runtime.batch with type parameters of type VariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
VariableValueDto> CorrelationMessageAsyncDto.variables
protected Map<String,
VariableValueDto> SetVariablesAsyncDto.variables
Methods in org.camunda.bpm.engine.rest.dto.runtime.batch that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionCorrelationMessageAsyncDto.getVariables()
SetVariablesAsyncDto.getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime.batch with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
CorrelationMessageAsyncDto.setVariables
(Map<String, VariableValueDto> variables) void
SetVariablesAsyncDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.task
Fields in org.camunda.bpm.engine.rest.dto.task with type parameters of type VariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
VariableValueDto> TaskBpmnErrorDto.variables
protected Map<String,
VariableValueDto> TaskEscalationDto.variables
Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionCompleteTaskDto.getVariables()
TaskBpmnErrorDto.getVariables()
TaskEscalationDto.getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type VariableValueDtoModifier and TypeMethodDescriptionvoid
CompleteTaskDto.setVariables
(Map<String, VariableValueDto> variables) void
TaskBpmnErrorDto.setVariables
(Map<String, VariableValueDto> variables) void
TaskEscalationDto.setVariables
(Map<String, VariableValueDto> variables) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub
Methods in org.camunda.bpm.engine.rest.sub that return VariableValueDtoModifier and TypeMethodDescriptionVariableResource.getVariable
(String variableName, boolean deserializeValue) Methods in org.camunda.bpm.engine.rest.sub that return types with arguments of type VariableValueDtoMethods in org.camunda.bpm.engine.rest.sub with parameters of type VariableValueDtoModifier and TypeMethodDescriptionvoid
VariableResource.putVariable
(String variableName, VariableValueDto variable) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.impl
Methods in org.camunda.bpm.engine.rest.sub.impl that return VariableValueDtoModifier and TypeMethodDescriptionAbstractVariablesResource.getVariable
(String variableName, boolean deserializeValue) Methods in org.camunda.bpm.engine.rest.sub.impl that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionAbstractVariablesResource.getVariables
(boolean deserializeValues) Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type VariableValueDtoModifier and TypeMethodDescriptionvoid
AbstractVariablesResource.putVariable
(String variableName, VariableValueDto variable) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionDecisionDefinitionResource.evaluateDecision
(javax.ws.rs.core.UriInfo context, EvaluateDecisionDto parameters) ProcessDefinitionResource.getFormVariables
(String variableNames, boolean deserializeValues) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionprotected List<Map<String,
VariableValueDto>> DecisionDefinitionResourceImpl.createDecisionResultDto
(DmnDecisionResult decisionResult) protected Map<String,
VariableValueDto> DecisionDefinitionResourceImpl.createResultEntriesDto
(DmnDecisionResultEntries entries) DecisionDefinitionResourceImpl.evaluateDecision
(javax.ws.rs.core.UriInfo context, EvaluateDecisionDto parameters) ProcessDefinitionResourceImpl.getFormVariables
(String variableNames, boolean deserializeValues) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.task
Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionTaskResource.getFormVariables
(String variableNames, boolean deserializeValues) -
Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type VariableValueDtoModifier and TypeMethodDescriptionTaskResourceImpl.getFormVariables
(String variableNames, boolean deserializeValues)