Uses of Class
org.camunda.bpm.engine.rest.dto.PatchVariablesDto
-
Packages that use PatchVariablesDto Package Description org.camunda.bpm.engine.rest.sub org.camunda.bpm.engine.rest.sub.impl -
-
Uses of PatchVariablesDto in org.camunda.bpm.engine.rest.sub
Methods in org.camunda.bpm.engine.rest.sub with parameters of type PatchVariablesDto Modifier and Type Method Description void
VariableResource. modifyVariables(PatchVariablesDto patch)
-
Uses of PatchVariablesDto in org.camunda.bpm.engine.rest.sub.impl
Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type PatchVariablesDto Modifier and Type Method Description void
AbstractVariablesResource. modifyVariables(PatchVariablesDto patch)
-