Package com.ibm.itim.adhocreport

Class Summary
AdhocMenuItem Class to construct a menu item xml fragment.
AdhocReportGenerator This class performs the functionality of generating a report in the required format.
AdhocReportHelper Helper class for adhoc reporting package.
AdhocReportHook Gets reports from AdhocReportManager and return them as Collection
AdhocReportTag A convenience class for tag names with methods to open, close, and add attributes to tags.
AdhocReportTemplate This is a wrapper class for the ad-hoc report templates.
AdhocReportTemplateHandler This class is a helper class for AdhocReportTemplate
ColumnWrapper This class is a wrapper around the columns the user has mapped for reporting.
Constants  
EntityInfo  
HandleDBFunctions  
MappedColumns This class is a wrapper for the entries in the ENTITY_COLUMN table.
Query This class it a template for storing the ad hoc report query.
QueryParser This is a parser class for the query.
ReportColumn This class is a wrapper for the columns contained in ad hoc report template.
ReportWrapper This is a wrapper class for the report template.
ReportXML This is a wrapper class for representing the report template XML file.
StylesheetWrapper This is a wrapper class for the stylesheets.
XMLTemplateConstants  
 

Exception Summary
AdhocReportException Thrown when this column is being used for reporting and the user tries to delete it from schema manager.
ColumnDeletedException Thrown when a column used by a report is deleted before the report could be saved.
ColumnInUseException Thrown when this column is being used for reporting and the user tries to delete it from schema manager.
EntityInUseException Thrown when this column is being used for reporting and the user tries to delete it from schema manager.
InvalidQueryException Thrown when a property for a Query object is invalid.
InvalidReportColumnException Thrown when a Report Column is given an invalid value.
LdapException Thrown when this column is being used for reporting and the user tries to delete it from schema manager.
ReportNotFoundException Thrown when ReportDocumentCR is not initialized.