Interface ExportActionPlugin

All Superinterfaces:
ActionPlugin
All Known Implementing Classes:
AbstractExportActionPlugin, HtmlFileExportActionPlugin, HtmlZipExportActionPlugin, PdfExportActionPlugin, PrintActionPlugin

public interface ExportActionPlugin extends ActionPlugin
An export plug-in is a class that can work with the
invalid reference
ExportAction
class to implement an export function for reports.
Author:
Thomas Morgner.
  • Method Details

    • performExport

      boolean performExport(ReportJob job)
      Exports a report.
      Parameters:
      report - the report.
      Returns:
      A boolean.