Uses of Class
org.camunda.bpm.engine.rest.dto.ModificationDto
-
Packages that use ModificationDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of ModificationDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type ModificationDto Modifier and Type Method Description void
ModificationRestService. executeModification(ModificationDto modificationExecutionDto)
BatchDto
ModificationRestService. executeModificationAsync(ModificationDto modificationExecutionDto)
-
Uses of ModificationDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type ModificationDto Modifier and Type Method Description void
ModificationRestServiceImpl. executeModification(ModificationDto modificationExecutionDto)
BatchDto
ModificationRestServiceImpl. executeModificationAsync(ModificationDto modificationExecutionDto)
-