Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
Packages that use TriggerVariableValueDto
Package
Description
-
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type TriggerVariableValueDtoMethod parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type TriggerVariableValueDtoModifier and TypeMethodDescriptionvoid
CaseExecutionTriggerDto.setVariables
(Map<String, TriggerVariableValueDto> variables) -
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.dto.runtime.modification
Fields in org.camunda.bpm.engine.rest.dto.runtime.modification with type parameters of type TriggerVariableValueDtoModifier and TypeFieldDescriptionprotected Map<String,
TriggerVariableValueDto> ProcessInstanceModificationInstructionDto.variables
Methods in org.camunda.bpm.engine.rest.dto.runtime.modification that return types with arguments of type TriggerVariableValueDtoMethod parameters in org.camunda.bpm.engine.rest.dto.runtime.modification with type arguments of type TriggerVariableValueDtoModifier and TypeMethodDescriptionvoid
ProcessInstanceModificationInstructionDto.setVariables
(Map<String, TriggerVariableValueDto> variables) -
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Method parameters in org.camunda.bpm.engine.rest.sub.runtime.impl with type arguments of type TriggerVariableValueDtoModifier 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)