Interface ExcelDownloadReportService

All Known Implementing Classes:
DefaultExcelDownloadReportService

public interface ExcelDownloadReportService
Service which allows to download validation report file
  • Method Details

    • downloadReport

      void downloadReport(Collection<ExcelValidationResult> excelValidationResults)
      Triggers downloading of report file.
      Parameters:
      excelValidationResults - source of the content of the generated file.