Interface ExcelDownloadReportService

  • All Known Implementing Classes:
    DefaultExcelDownloadReportService

    public interface ExcelDownloadReportService
    Service which allows to download validation 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.