org.camunda.bpm.engine.rest.impl
Class ModificationRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
      extended by org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
          extended by org.camunda.bpm.engine.rest.impl.ModificationRestServiceImpl
All Implemented Interfaces:
ModificationRestService

public class ModificationRestServiceImpl
extends AbstractRestProcessEngineAware
implements ModificationRestService


Field Summary
 
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
 
Fields inherited from class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Fields inherited from interface org.camunda.bpm.engine.rest.ModificationRestService
PATH
 
Constructor Summary
ModificationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 void executeModification(ModificationDto modificationExecutionDto)
           
 BatchDto executeModificationAsync(ModificationDto modificationExecutionDto)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModificationRestServiceImpl

public ModificationRestServiceImpl(String engineName,
                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

executeModification

public void executeModification(ModificationDto modificationExecutionDto)
Specified by:
executeModification in interface ModificationRestService

executeModificationAsync

public BatchDto executeModificationAsync(ModificationDto modificationExecutionDto)
Specified by:
executeModificationAsync in interface ModificationRestService


Copyright © 2017 camunda services GmbH. All rights reserved.