Interface BulkEditDownloadValidationReportService

All Known Implementing Classes:
DefaultBulkEditDownloadValidationReportService

public interface BulkEditDownloadValidationReportService
Service which allows to download validation report file
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    downloadReport(List<ValidationResult> validationResults)
    Triggers downloading of report file.
  • Method Details

    • downloadReport

      void downloadReport(List<ValidationResult> validationResults)
      Triggers downloading of report file.
      Parameters:
      validationResults - source of the content of the generated file.