Uses of Class
org.camunda.bpm.engine.rest.dto.migration.MigrationInstructionValidationReportDto
Packages that use MigrationInstructionValidationReportDto
-
Uses of MigrationInstructionValidationReportDto in org.camunda.bpm.engine.rest.dto.migration
Fields in org.camunda.bpm.engine.rest.dto.migration with type parameters of type MigrationInstructionValidationReportDtoModifier and TypeFieldDescriptionprotected List<MigrationInstructionValidationReportDto>
MigrationPlanReportDto.instructionReports
Methods in org.camunda.bpm.engine.rest.dto.migration that return MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionMigrationInstructionValidationReportDto.from
(MigrationInstructionValidationReport instructionReport) Methods in org.camunda.bpm.engine.rest.dto.migration that return types with arguments of type MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionMigrationInstructionValidationReportDto.from
(List<MigrationInstructionValidationReport> instructionReports) MigrationPlanReportDto.getInstructionReports()
Method parameters in org.camunda.bpm.engine.rest.dto.migration with type arguments of type MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionvoid
MigrationPlanReportDto.setInstructionReports
(List<MigrationInstructionValidationReportDto> instructionReports)