Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanDto
-
Packages that use MigrationPlanDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.migration org.camunda.bpm.engine.rest.impl -
-
Uses of MigrationPlanDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return MigrationPlanDto Modifier and Type Method Description MigrationPlanDto
MigrationRestService. generateMigrationPlan(MigrationPlanGenerationDto generationDto)
Methods in org.camunda.bpm.engine.rest with parameters of type MigrationPlanDto Modifier and Type Method Description MigrationPlanReportDto
MigrationRestService. 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 MigrationPlanDto Modifier and Type Field Description protected MigrationPlanDto
MigrationExecutionDto. migrationPlan
Methods in org.camunda.bpm.engine.rest.dto.migration that return MigrationPlanDto Modifier and Type Method Description static MigrationPlanDto
MigrationPlanDto. from(MigrationPlan migrationPlan)
MigrationPlanDto
MigrationExecutionDto. getMigrationPlan()
Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationPlanDto Modifier and Type Method Description void
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 MigrationPlanDto Modifier and Type Method Description MigrationPlanDto
MigrationRestServiceImpl. generateMigrationPlan(MigrationPlanGenerationDto generationDto)
Methods in org.camunda.bpm.engine.rest.impl with parameters of type MigrationPlanDto Modifier and Type Method Description protected MigrationPlan
MigrationRestServiceImpl. createMigrationPlan(MigrationPlanDto migrationPlanDto)
MigrationPlanReportDto
MigrationRestServiceImpl. validateMigrationPlan(MigrationPlanDto migrationPlanDto)
-