public class SimpleJasperPrintAccessor extends java.lang.Object implements JasperPrintAccessor, java.io.Serializable
| Constructor and Description |
|---|
SimpleJasperPrintAccessor(JasperPrint jasperPrint)
Create a report accessor.
|
| Modifier and Type | Method and Description |
|---|---|
JasperPrint |
getFinalJasperPrint()
Returns the generated report, ensuring before that the report generation has ended.
|
JasperPrint |
getJasperPrint()
Returns the generated report.
|
ReportExecutionStatus |
getReportStatus()
Returns the status of the report execution.
|
ReportPageStatus |
pageStatus(int pageIdx,
java.lang.Long pageTimestamp)
Ensures that a page is available in the generated report.
|
public SimpleJasperPrintAccessor(JasperPrint jasperPrint)
jasperPrint - the generated reportpublic ReportPageStatus pageStatus(int pageIdx, java.lang.Long pageTimestamp)
JasperPrintAccessorpageStatus in interface JasperPrintAccessorpageIdx - the page indexpublic JasperPrint getJasperPrint()
JasperPrintAccessorgetJasperPrint in interface JasperPrintAccessorpublic JasperPrint getFinalJasperPrint()
JasperPrintAccessorgetFinalJasperPrint in interface JasperPrintAccessorpublic ReportExecutionStatus getReportStatus()
JasperPrintAccessorgetReportStatus in interface JasperPrintAccessor© 2001-2010 Jaspersoft Corporation www.jaspersoft.com