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

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.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 class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Fields inherited from interface org.camunda.bpm.engine.rest.MigrationRestService
PATH
 
Constructor Summary
MigrationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
protected  MigrationPlan createMigrationPlan(MigrationPlanDto migrationPlanDto)
           
protected  MigrationPlanExecutionBuilder createMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution)
           
 void executeMigrationPlan(MigrationExecutionDto migrationExecution)
           
 BatchDto executeMigrationPlanAsync(MigrationExecutionDto migrationExecution)
           
 MigrationPlanDto generateMigrationPlan(MigrationPlanGenerationDto generationDto)
           
 MigrationPlanReportDto validateMigrationPlan(MigrationPlanDto migrationPlanDto)
           
 
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

MigrationRestServiceImpl

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

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.