Interface ReportGenerator

All Known Implementing Classes:
BaseReportGenerator, DeclarativeReportGenerator, TransferReportGenerator

@AlfrescoPublicApi public interface ReportGenerator
Report generator interface.
Since:
2.1
Author:
Roy Wetherall
  • Method Details

    • getReportType

      QName getReportType()
      Returns:
      QName report type
    • generateReport

      Report generateReport(NodeRef reportedUponNodeRef, String mimetype)
      Generate report.
      Parameters:
      reportedUponNodeRef -
      mimetype -
      Returns: