Interface FileReportingExporter

All Superinterfaces:
ReportingExporter
All Known Implementing Classes:
DelimiterSeperatedValuesExporter, DownloadExporter

public interface FileReportingExporter extends ReportingExporter
This Interface defines 2 methods to access the file data of the report result ReportingExporter, which are generating files (e.g pdf, xls, odt) as a result, have to implement this interface to be useable in ReportTimer
  • Method Details