org.camunda.bpm.engine.rest.impl
Class MigrationRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MigrationRestServiceImpl
public MigrationRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
generateMigrationPlan
public MigrationPlanDto generateMigrationPlan(MigrationPlanGenerationDto generationDto)
- Specified by:
generateMigrationPlan in interface MigrationRestService
validateMigrationPlan
public MigrationPlanReportDto validateMigrationPlan(MigrationPlanDto migrationPlanDto)
- Specified by:
validateMigrationPlan in interface MigrationRestService
executeMigrationPlan
public void executeMigrationPlan(MigrationExecutionDto migrationExecution)
- Specified by:
executeMigrationPlan in interface MigrationRestService
executeMigrationPlanAsync
public BatchDto executeMigrationPlanAsync(MigrationExecutionDto migrationExecution)
- Specified by:
executeMigrationPlanAsync in interface MigrationRestService
createMigrationPlanExecutionBuilder
protected MigrationPlanExecutionBuilder createMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution)
createMigrationPlan
protected MigrationPlan createMigrationPlan(MigrationPlanDto migrationPlanDto)
Copyright © 2016 camunda services GmbH. All rights reserved.