Class CompiledRSBirtReport
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.object.CompiledRSBirtReport
- All Implemented Interfaces:
Serializable,CompiledReport
- Direct Known Subclasses:
CompiledDOCBirtReport,CompiledHTMLBirtReport,CompiledPDFBirtReport,CompiledPNGBirtReport,CompiledXLSBirtReport,CompiledXLSXBirtReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasData()Returns true if this object contains reporting data.booleanReturns true if the report is String based (in contrast to binary)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.engine.CompiledReport
getFileExtension, getMimeType, getReport
-
Constructor Details
-
CompiledRSBirtReport
public CompiledRSBirtReport()
-
-
Method Details
-
hasData
public boolean hasData()Description copied from interface:CompiledReportReturns true if this object contains reporting data.- Specified by:
hasDatain interfaceCompiledReport
-
isStringReport
public boolean isStringReport()Description copied from interface:CompiledReportReturns true if the report is String based (in contrast to binary)- Specified by:
isStringReportin interfaceCompiledReport
-