Uses of Interface
org.camunda.bpm.engine.migration.MigrationInstructionValidationReport
-
Packages that use MigrationInstructionValidationReport Package Description org.camunda.bpm.engine.impl.migration.validation.instruction org.camunda.bpm.engine.migration -
-
Uses of MigrationInstructionValidationReport in org.camunda.bpm.engine.impl.migration.validation.instruction
Classes in org.camunda.bpm.engine.impl.migration.validation.instruction that implement MigrationInstructionValidationReport Modifier and Type Class Description classMigrationInstructionValidationReportImplFields in org.camunda.bpm.engine.impl.migration.validation.instruction with type parameters of type MigrationInstructionValidationReport Modifier and Type Field Description protected List<MigrationInstructionValidationReport>MigrationPlanValidationReportImpl. instructionReportsMethods in org.camunda.bpm.engine.impl.migration.validation.instruction that return types with arguments of type MigrationInstructionValidationReport Modifier and Type Method Description List<MigrationInstructionValidationReport>MigrationPlanValidationReportImpl. getInstructionReports()Methods in org.camunda.bpm.engine.impl.migration.validation.instruction with parameters of type MigrationInstructionValidationReport Modifier and Type Method Description voidMigrationPlanValidationReportImpl. addInstructionReport(MigrationInstructionValidationReport instructionReport) -
Uses of MigrationInstructionValidationReport in org.camunda.bpm.engine.migration
Methods in org.camunda.bpm.engine.migration that return types with arguments of type MigrationInstructionValidationReport Modifier and Type Method Description List<MigrationInstructionValidationReport>MigrationPlanValidationReport. getInstructionReports()
-