Uses of Class
org.camunda.bpm.engine.rest.dto.VariableValueDto
-
-
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return VariableValueDto Modifier and Type Method Description static 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 VariableValueDto Modifier and Type Method Description static Map<String,VariableValueDto>
VariableValueDto. fromMap(VariableMap variables)
static Map<String,VariableValueDto>
VariableValueDto. fromMap(VariableMap variables, boolean preferSerializedValue)
Map<String,VariableValueDto>
PatchVariablesDto. getModifications()
Map<String,VariableValueDto>
SignalDto. getVariables()
Methods in org.camunda.bpm.engine.rest.dto with parameters of type VariableValueDto Modifier and Type Method Description static 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 VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
EvaluationConditionDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.condition with type arguments of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Field Description protected Map<String,VariableValueDto>
EvaluateDecisionDto. variables
Methods in org.camunda.bpm.engine.rest.dto.dmn that return types with arguments of type VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
EvaluateDecisionDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.dmn with type arguments of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Field Description protected 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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
CompleteExternalTaskDto. getLocalVariables()
Map<String,VariableValueDto>
ExternalTaskFailureDto. getLocalVariables()
Map<String,VariableValueDto>
CompleteExternalTaskDto. getVariables()
Map<String,VariableValueDto>
ExternalTaskFailureDto. getVariables()
Map<String,VariableValueDto>
LockedExternalTaskDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.externaltask with type arguments of type VariableValueDto Modifier and Type Method Description void
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.history Modifier and Type Class Description class
HistoricDecisionInputInstanceDto
class
HistoricDecisionOutputInstanceDto
class
HistoricVariableInstanceDto
-
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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
CorrelationMessageDto. getCorrelationKeys()
Map<String,VariableValueDto>
CorrelationMessageDto. getLocalCorrelationKeys()
Map<String,VariableValueDto>
CorrelationMessageDto. getProcessVariables()
Map<String,VariableValueDto>
CorrelationMessageDto. getProcessVariablesLocal()
Map<String,VariableValueDto>
MessageCorrelationResultWithVariableDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.message with type arguments of type VariableValueDto Modifier and Type Method Description void
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)
-
Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.migration
Subclasses of VariableValueDto in org.camunda.bpm.engine.rest.dto.migration Modifier and Type Class Description class
MigrationVariableValidationReportDto
Fields in org.camunda.bpm.engine.rest.dto.migration with type parameters of type VariableValueDto Modifier and Type Field Description protected 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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
MigrationPlanDto. getVariables()
Map<String,VariableValueDto>
MigrationPlanGenerationDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type VariableValueDto Modifier and Type Method Description void
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.runtime Modifier and Type Class Description class
TriggerVariableValueDto
class
VariableInstanceDto
Fields in org.camunda.bpm.engine.rest.dto.runtime with type parameters of type VariableValueDto Modifier and Type Field Description protected Map<String,VariableValueDto>
StartProcessInstanceDto. variables
Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
CreateCaseInstanceDto. getVariables()
Map<String,VariableValueDto>
ExecutionTriggerDto. getVariables()
Map<String,VariableValueDto>
ProcessInstanceWithVariablesDto. getVariables()
Map<String,VariableValueDto>
StartProcessInstanceDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Field Description protected 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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
CorrelationMessageAsyncDto. getVariables()
Map<String,VariableValueDto>
SetVariablesAsyncDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime.batch with type arguments of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Field Description protected 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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
CompleteTaskDto. getVariables()
Map<String,VariableValueDto>
TaskBpmnErrorDto. getVariables()
Map<String,VariableValueDto>
TaskEscalationDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Method Description VariableValueDto
VariableResource. getVariable(String variableName, boolean deserializeValue)
Methods in org.camunda.bpm.engine.rest.sub that return types with arguments of type VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
VariableResource. getVariables(boolean deserializeValues)
Methods in org.camunda.bpm.engine.rest.sub with parameters of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Method Description VariableValueDto
AbstractVariablesResource. getVariable(String variableName, boolean deserializeValue)
Methods in org.camunda.bpm.engine.rest.sub.impl that return types with arguments of type VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
AbstractVariablesResource. getVariables(boolean deserializeValues)
Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type VariableValueDto Modifier and Type Method Description void
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 VariableValueDto Modifier and Type Method Description List<Map<String,VariableValueDto>>
DecisionDefinitionResource. evaluateDecision(javax.ws.rs.core.UriInfo context, EvaluateDecisionDto parameters)
Map<String,VariableValueDto>
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 VariableValueDto Modifier and Type Method 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)
-
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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
TaskResource. 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 VariableValueDto Modifier and Type Method Description Map<String,VariableValueDto>
TaskResourceImpl. getFormVariables(String variableNames, boolean deserializeValues)
-