Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationInstructionValidationReportDto
-
Uses of MigrationInstructionValidationReportDto in org.camunda.bpm.engine.rest.dto.migration
Modifier and TypeFieldDescriptionprotected List<MigrationInstructionValidationReportDto>
MigrationPlanReportDto.instructionReports
Modifier and TypeMethodDescriptionMigrationInstructionValidationReportDto.from
(MigrationInstructionValidationReport instructionReport) Modifier and TypeMethodDescriptionMigrationInstructionValidationReportDto.from
(List<MigrationInstructionValidationReport> instructionReports) MigrationPlanReportDto.getInstructionReports()
Modifier and TypeMethodDescriptionvoid
MigrationPlanReportDto.setInstructionReports
(List<MigrationInstructionValidationReportDto> instructionReports)