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, relativeRootResourcePathFields inherited from interface org.camunda.bpm.engine.rest.MigrationRestService
PATH - 
Constructor Summary
ConstructorsConstructorDescriptionMigrationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected MigrationPlancreateMigrationPlan(MigrationPlanDto migrationPlanDto) protected MigrationPlanExecutionBuildercreateMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution) voidexecuteMigrationPlan(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:
 generateMigrationPlanin interfaceMigrationRestService
 - 
validateMigrationPlan
- Specified by:
 validateMigrationPlanin interfaceMigrationRestService
 - 
executeMigrationPlan
- Specified by:
 executeMigrationPlanin interfaceMigrationRestService
 - 
executeMigrationPlanAsync
- Specified by:
 executeMigrationPlanAsyncin interfaceMigrationRestService
 - 
createMigrationPlanExecutionBuilder
protected MigrationPlanExecutionBuilder createMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution)  - 
createMigrationPlan
 
 -