Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.dto.migration | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
MigrationPlanDto |
MigrationRestService.generateMigrationPlan(MigrationPlanGenerationDto generationDto) |
Modifier and Type | Method and Description |
---|---|
MigrationPlanReportDto |
MigrationRestService.validateMigrationPlan(MigrationPlanDto migrationPlanDto) |
Modifier and Type | Field and Description |
---|---|
protected MigrationPlanDto |
MigrationExecutionDto.migrationPlan |
Modifier and Type | Method and Description |
---|---|
static MigrationPlanDto |
MigrationPlanDto.from(MigrationPlan migrationPlan) |
MigrationPlanDto |
MigrationExecutionDto.getMigrationPlan() |
Modifier and Type | Method and Description |
---|---|
void |
MigrationExecutionDto.setMigrationPlan(MigrationPlanDto migrationPlan) |
static MigrationPlan |
MigrationPlanDto.toMigrationPlan(ProcessEngine processEngine,
MigrationPlanDto migrationPlanDto) |
Modifier and Type | Method and Description |
---|---|
MigrationPlanDto |
MigrationRestServiceImpl.generateMigrationPlan(MigrationPlanGenerationDto generationDto) |
Modifier and Type | Method and Description |
---|---|
protected MigrationPlan |
MigrationRestServiceImpl.createMigrationPlan(MigrationPlanDto migrationPlanDto) |
MigrationPlanReportDto |
MigrationRestServiceImpl.validateMigrationPlan(MigrationPlanDto migrationPlanDto) |
Copyright © 2022. All rights reserved.