Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanDto
Packages that use MigrationPlanDto
Package
Description
-
Uses of MigrationPlanDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return MigrationPlanDtoModifier and TypeMethodDescriptionMigrationRestService.generateMigrationPlan
(MigrationPlanGenerationDto generationDto) Methods in org.camunda.bpm.engine.rest with parameters of type MigrationPlanDtoModifier and TypeMethodDescriptionMigrationRestService.validateMigrationPlan
(MigrationPlanDto migrationPlanDto) -
Uses of MigrationPlanDto in org.camunda.bpm.engine.rest.dto.migration
Fields in org.camunda.bpm.engine.rest.dto.migration declared as MigrationPlanDtoMethods in org.camunda.bpm.engine.rest.dto.migration that return MigrationPlanDtoModifier and TypeMethodDescriptionstatic MigrationPlanDto
MigrationPlanDto.from
(MigrationPlan migrationPlan) MigrationExecutionDto.getMigrationPlan()
Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationPlanDtoModifier 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
Methods in org.camunda.bpm.engine.rest.impl that return MigrationPlanDtoModifier and TypeMethodDescriptionMigrationRestServiceImpl.generateMigrationPlan
(MigrationPlanGenerationDto generationDto) Methods in org.camunda.bpm.engine.rest.impl with parameters of type MigrationPlanDtoModifier and TypeMethodDescriptionprotected MigrationPlan
MigrationRestServiceImpl.createMigrationPlan
(MigrationPlanDto migrationPlanDto) MigrationRestServiceImpl.validateMigrationPlan
(MigrationPlanDto migrationPlanDto)