Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
Package
Description
-
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionvoid
CaseExecutionTriggerDto.setVariables
(Map<String, TriggerVariableValueDto> variables) -
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.dto.runtime.modification
Modifier and TypeFieldDescriptionprotected Map<String,
TriggerVariableValueDto> ProcessInstanceModificationInstructionDto.variables
Modifier and TypeMethodDescriptionvoid
ProcessInstanceModificationInstructionDto.setVariables
(Map<String, TriggerVariableValueDto> variables) -
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Modifier and TypeMethodDescriptionprotected void
CaseExecutionResourceImpl.initializeCommandWithVariables
(CaseExecutionCommandBuilder commandBuilder, Map<String, TriggerVariableValueDto> variables, String transition) protected void
CaseInstanceResourceImpl.initializeCommandWithVariables
(CaseExecutionCommandBuilder commandBuilder, Map<String, TriggerVariableValueDto> variables, String transition)