Interface ExcelDownloadReportService
- All Known Implementing Classes:
DefaultExcelDownloadReportService
public interface ExcelDownloadReportService
Service which allows to download validation report file
-
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadReport(Collection<ExcelValidationResult> excelValidationResults) Triggers downloading of report file.
-
Method Details
-
downloadReport
Triggers downloading of report file.- Parameters:
excelValidationResults- source of the content of the generated file.
-