Package org.outerj.xreporter.reportstore

Interface Summary
ReportStore The component responsible for storing and loading report instances.
 

Class Summary
ReportStoreImpl Default implementation of the ReportStore interface.
 

Exception Summary
NonExistingStoredReport Thrown by the ReportStore when trying to reference a report that does not exist.
ReportNameExistsException Thrown by the ReportStore in case you try to save a report with a name that is already in use.
ReportStoreException This exception is thrown by the ReportStore when it has problems storing or loading reports.