Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
-
Packages that use ProcessInstanceModificationDto Package Description org.camunda.bpm.engine.rest.sub.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of ProcessInstanceModificationDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type ProcessInstanceModificationDto Modifier and Type Method Description void
ProcessInstanceResource. modifyProcessInstance(ProcessInstanceModificationDto dto)
BatchDto
ProcessInstanceResource. modifyProcessInstanceAsync(ProcessInstanceModificationDto dto)
-
Uses of ProcessInstanceModificationDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type ProcessInstanceModificationDto Modifier and Type Method Description void
ProcessInstanceResourceImpl. modifyProcessInstance(ProcessInstanceModificationDto dto)
BatchDto
ProcessInstanceResourceImpl. modifyProcessInstanceAsync(ProcessInstanceModificationDto dto)
-