Uses of Class
org.camunda.bpm.engine.rest.dto.ModificationDto

Packages that use ModificationDto
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
 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
 void ModificationRestServiceImpl.executeModification(ModificationDto modificationExecutionDto)
           
 BatchDto ModificationRestServiceImpl.executeModificationAsync(ModificationDto modificationExecutionDto)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.