Package 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
-
-
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
Constructors Constructor Description MigrationRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 interfaceMigrationRestService
-
validateMigrationPlan
public MigrationPlanReportDto validateMigrationPlan(MigrationPlanDto migrationPlanDto)
- Specified by:
validateMigrationPlan
in interfaceMigrationRestService
-
executeMigrationPlan
public void executeMigrationPlan(MigrationExecutionDto migrationExecution)
- Specified by:
executeMigrationPlan
in interfaceMigrationRestService
-
executeMigrationPlanAsync
public BatchDto executeMigrationPlanAsync(MigrationExecutionDto migrationExecution)
- Specified by:
executeMigrationPlanAsync
in interfaceMigrationRestService
-
createMigrationPlanExecutionBuilder
protected MigrationPlanExecutionBuilder createMigrationPlanExecutionBuilder(MigrationExecutionDto migrationExecution)
-
createMigrationPlan
protected MigrationPlan createMigrationPlan(MigrationPlanDto migrationPlanDto)
-
-