Uses of Interface
org.camunda.bpm.engine.migration.MigrationPlanValidationReport
- 
Packages that use MigrationPlanValidationReport Package Description org.camunda.bpm.engine.impl.migration.validation.instruction org.camunda.bpm.engine.migration org.camunda.bpm.engine.rest.dto.migration  - 
- 
Uses of MigrationPlanValidationReport in org.camunda.bpm.engine.impl.migration.validation.instruction
Classes in org.camunda.bpm.engine.impl.migration.validation.instruction that implement MigrationPlanValidationReport Modifier and Type Class Description classMigrationPlanValidationReportImpl - 
Uses of MigrationPlanValidationReport in org.camunda.bpm.engine.migration
Fields in org.camunda.bpm.engine.migration declared as MigrationPlanValidationReport Modifier and Type Field Description protected MigrationPlanValidationReportMigrationPlanValidationException. validationReportMethods in org.camunda.bpm.engine.migration that return MigrationPlanValidationReport Modifier and Type Method Description MigrationPlanValidationReportMigrationPlanValidationException. getValidationReport()A report with all invalid instructionsConstructors in org.camunda.bpm.engine.migration with parameters of type MigrationPlanValidationReport Constructor Description MigrationPlanValidationException(String message, MigrationPlanValidationReport validationReport) - 
Uses of MigrationPlanValidationReport in org.camunda.bpm.engine.rest.dto.migration
Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationPlanValidationReport Modifier and Type Method Description static MigrationPlanReportDtoMigrationPlanReportDto. form(MigrationPlanValidationReport validationReport) 
 -