Interface Report
-
@AlfrescoPublicApi public interface Report
Report interface.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentReader
getReportContent()
String
getReportName()
Map<QName,Serializable>
getReportProperties()
QName
getReportType()
-
-
-
Method Detail
-
getReportProperties
Map<QName,Serializable> getReportProperties()
- Returns:
Map
<QName
,Serializable
> report properties
-
getReportContent
ContentReader getReportContent()
- Returns:
ContentReader
content reader to report content
-
-