Package org.outerj.xreporter.report

Interface Summary
ReportManager This Block manages reports.
 

Class Summary
Catalog A catalog groups a number of report definitions and child catalogs.
ReportManagerImpl Implementation of ReportManager.
ReportState An object holding all user-modified state of a report instance.
 

Exception Summary
DataSourceAccessDeniedException  
ExecuteException Thrown when an error occurs during the execution of the "execution part" of a interaction.
IncompatibleDataSourceException  
LoadReportStateException This exception is thrown by Report.restoreState when the state couldn't be restored.
NoLockException Thrown when someone executes a method on a Report on which it has no longer a lock.
ReportAccessDeniedException  
ReportDefinitionViewingNotAllowedException  
ReportInUseException Thrown when someone tries to get access to a report instance that is in use by another user (possibly another request of the same user).
SqlGenerationException  
UnknownOrderByIdException Thrown when someone passes an id of a predefined "orderby" clause that does not exist.
UnknownReportDefintionIdException Thrown when someone passes a report id for a non-existing report.
UnknownReportId Thrown when someone passes an ID for a not-existing report instance.
UnknownStepNameException Thrown when passing a stepname that does not exist.
UnsupportedFeatureException This exception is thrown when one tries to access a feature that is not supported by this report.
WrongStateException Thrown when a method on Report is called when it is not expected.