Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationPlanReportDto
-
Packages that use MigrationPlanReportDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.migration org.camunda.bpm.engine.rest.impl -
-
Uses of MigrationPlanReportDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return MigrationPlanReportDto Modifier and Type Method Description MigrationPlanReportDtoMigrationRestService. validateMigrationPlan(MigrationPlanDto migrationPlanDto) -
Uses of MigrationPlanReportDto in org.camunda.bpm.engine.rest.dto.migration
Fields in org.camunda.bpm.engine.rest.dto.migration declared as MigrationPlanReportDto Modifier and Type Field Description protected MigrationPlanReportDtoMigrationPlanValidationExceptionDto. validationReportMethods in org.camunda.bpm.engine.rest.dto.migration that return MigrationPlanReportDto Modifier and Type Method Description static MigrationPlanReportDtoMigrationPlanReportDto. emptyReport()static MigrationPlanReportDtoMigrationPlanReportDto. form(MigrationPlanValidationReport validationReport)MigrationPlanReportDtoMigrationPlanValidationExceptionDto. getValidationReport()Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationPlanReportDto Modifier and Type Method Description voidMigrationPlanValidationExceptionDto. setValidationReport(MigrationPlanReportDto validationReport) -
Uses of MigrationPlanReportDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return MigrationPlanReportDto Modifier and Type Method Description MigrationPlanReportDtoMigrationRestServiceImpl. validateMigrationPlan(MigrationPlanDto migrationPlanDto)
-