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 java.util.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(java.util.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, java.util.List<VariableNameDto> deletions, java.lang.String transition)
protected void
CaseInstanceResourceImpl. initializeCommandWithDeletions(CaseExecutionCommandBuilder commandBuilder, java.util.List<VariableNameDto> deletions, java.lang.String transition)
-