Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanReportDto
Package
Description
-
Uses of MigrationPlanReportDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionMigrationRestService.validateMigrationPlan
(MigrationPlanDto migrationPlanDto) -
Uses of MigrationPlanReportDto in org.camunda.bpm.engine.rest.dto.migration
Modifier and TypeFieldDescriptionprotected MigrationPlanReportDto
MigrationPlanValidationExceptionDto.validationReport
Modifier and TypeMethodDescriptionstatic MigrationPlanReportDto
MigrationPlanReportDto.emptyReport()
static MigrationPlanReportDto
MigrationPlanReportDto.form
(MigrationPlanValidationReport validationReport) MigrationPlanValidationExceptionDto.getValidationReport()
Modifier and TypeMethodDescriptionvoid
MigrationPlanValidationExceptionDto.setValidationReport
(MigrationPlanReportDto validationReport) -
Uses of MigrationPlanReportDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionMigrationRestServiceImpl.validateMigrationPlan
(MigrationPlanDto migrationPlanDto)