Uses of Interface
org.camunda.bpm.engine.migration.MigrationInstructionValidationReport
-
-
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 class
MigrationInstructionValidationReportImpl
Fields in org.camunda.bpm.engine.impl.migration.validation.instruction with type parameters of type MigrationInstructionValidationReport Modifier and Type Field Description protected List<MigrationInstructionValidationReport>
MigrationPlanValidationReportImpl. instructionReports
Methods 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 void
MigrationPlanValidationReportImpl. 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()
-
Uses of MigrationInstructionValidationReport in org.camunda.bpm.engine.rest.dto.migration
Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type MigrationInstructionValidationReport Modifier and Type Method Description static MigrationInstructionValidationReportDto
MigrationInstructionValidationReportDto. from(MigrationInstructionValidationReport instructionReport)
Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type MigrationInstructionValidationReport Modifier and Type Method Description static List<MigrationInstructionValidationReportDto>
MigrationInstructionValidationReportDto. from(List<MigrationInstructionValidationReport> instructionReports)
-