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(org.alfresco.service.cmr.repository.NodeRef reportedUponNodeRef, String mimetype)
Generate report.org.alfresco.service.namespace.QName
getReportType()
-