Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanDto
Package
Description
-
Uses of MigrationPlanDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionMigrationRestService.generateMigrationPlan
(MigrationPlanGenerationDto generationDto) Modifier and TypeMethodDescriptionMigrationRestService.validateMigrationPlan
(MigrationPlanDto migrationPlanDto) -
Uses of MigrationPlanDto in org.camunda.bpm.engine.rest.dto.migration
Modifier and TypeMethodDescriptionstatic MigrationPlanDto
MigrationPlanDto.from
(MigrationPlan migrationPlan) MigrationExecutionDto.getMigrationPlan()
Modifier and TypeMethodDescriptionvoid
MigrationExecutionDto.setMigrationPlan
(MigrationPlanDto migrationPlan) static MigrationPlan
MigrationPlanDto.toMigrationPlan
(ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MigrationPlanDto migrationPlanDto) -
Uses of MigrationPlanDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionMigrationRestServiceImpl.generateMigrationPlan
(MigrationPlanGenerationDto generationDto) Modifier and TypeMethodDescriptionprotected MigrationPlan
MigrationRestServiceImpl.createMigrationPlan
(MigrationPlanDto migrationPlanDto) MigrationRestServiceImpl.validateMigrationPlan
(MigrationPlanDto migrationPlanDto)