Package org.camunda.bpm.engine.rest.impl
Class ModificationRestServiceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
-
- org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
-
- 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
Constructors Constructor Description ModificationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeModification(ModificationDto modificationExecutionDto)
BatchDto
executeModificationAsync(ModificationDto modificationExecutionDto)
-
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
-
-
-
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 interfaceModificationRestService
-
executeModificationAsync
public BatchDto executeModificationAsync(ModificationDto modificationExecutionDto)
- Specified by:
executeModificationAsync
in interfaceModificationRestService
-
-