Package org.camunda.bpm.engine.rest.impl
Class MigrationRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.MigrationRestServiceImpl
- All Implemented Interfaces:
MigrationRestService
public class MigrationRestServiceImpl
extends AbstractRestProcessEngineAware
implements MigrationRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.MigrationRestService
PATH
-
Constructor Summary
ConstructorDescriptionMigrationRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected MigrationPlan
createMigrationPlan
(MigrationPlanDto migrationPlanDto) protected MigrationPlanExecutionBuilder
createMigrationPlanExecutionBuilder
(MigrationExecutionDto migrationExecution) void
executeMigrationPlan
(MigrationExecutionDto migrationExecution) executeMigrationPlanAsync
(MigrationExecutionDto migrationExecution) generateMigrationPlan
(MigrationPlanGenerationDto generationDto) validateMigrationPlan
(MigrationPlanDto migrationPlanDto) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
MigrationRestServiceImpl
public MigrationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
generateMigrationPlan
- Specified by:
generateMigrationPlan
in interfaceMigrationRestService
-
validateMigrationPlan
- Specified by:
validateMigrationPlan
in interfaceMigrationRestService
-
executeMigrationPlan
- Specified by:
executeMigrationPlan
in interfaceMigrationRestService
-
executeMigrationPlanAsync
- Specified by:
executeMigrationPlanAsync
in interfaceMigrationRestService
-
createMigrationPlanExecutionBuilder
protected MigrationPlanExecutionBuilder createMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution) -
createMigrationPlan
-