Interface ExcelDownloadReportService
-
- All Known Implementing Classes:
DefaultExcelDownloadReportService
public interface ExcelDownloadReportServiceService which allows to download validation report file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddownloadReport(java.util.Collection<ExcelValidationResult> excelValidationResults)Triggers downloading of report file.
-
-
-
Method Detail
-
downloadReport
void downloadReport(java.util.Collection<ExcelValidationResult> excelValidationResults)
Triggers downloading of report file.- Parameters:
excelValidationResults- source of the content of the generated file.
-
-