Package org.camunda.bpm.engine.rest.impl
Class ModificationRestServiceImpl
java.lang.Object
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 interface org.camunda.bpm.engine.rest.ModificationRestService
PATH
-
Constructor Summary
ConstructorDescriptionModificationRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeModification
(ModificationDto modificationExecutionDto) executeModificationAsync
(ModificationDto modificationExecutionDto) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
ModificationRestServiceImpl
public ModificationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
executeModification
- Specified by:
executeModification
in interfaceModificationRestService
-
executeModificationAsync
- Specified by:
executeModificationAsync
in interfaceModificationRestService
-