Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
-
Packages that use VariableNameDto Package Description org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
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 VariableNameDto Modifier and Type Method Description List<VariableNameDto>
CaseExecutionTriggerDto. getDeletions()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type VariableNameDto Modifier and Type Method Description void
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 VariableNameDto Modifier and Type Method Description protected void
CaseExecutionResourceImpl. initializeCommandWithDeletions(CaseExecutionCommandBuilder commandBuilder, List<VariableNameDto> deletions, String transition)
protected void
CaseInstanceResourceImpl. initializeCommandWithDeletions(CaseExecutionCommandBuilder commandBuilder, List<VariableNameDto> deletions, String transition)
-