Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
Packages that use VariableNameDto
Package
Description
-
Uses of VariableNameDto in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type VariableNameDtoMethod parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type VariableNameDtoModifier and TypeMethodDescriptionvoid
CaseExecutionTriggerDto.setDeletions
(List<VariableNameDto> deletions) -
Uses of VariableNameDto 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 VariableNameDtoModifier and TypeMethodDescriptionprotected void
CaseExecutionResourceImpl.initializeCommandWithDeletions
(CaseExecutionCommandBuilder commandBuilder, List<VariableNameDto> deletions, String transition) protected void
CaseInstanceResourceImpl.initializeCommandWithDeletions
(CaseExecutionCommandBuilder commandBuilder, List<VariableNameDto> deletions, String transition)