Interface ReportGenerator
-
- All Known Implementing Classes:
BaseReportGenerator
,DeclarativeReportGenerator
,TransferReportGenerator
@AlfrescoPublicApi public interface ReportGenerator
Report generator interface.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Report
generateReport(NodeRef reportedUponNodeRef, String mimetype)
Generate report.QName
getReportType()
-