Package wt.query.template

Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports.

See:
          Description

Interface Summary
ReportMetadata This interface contains attributes held in common between ReportTemplate and Report.
ReportPostProcessor This interface specifies post-processing methods for reports.
 

Class Summary
AuxDataSAXSource

Supported API: true

Extendable: false
CompositeSAXSource

Supported API: true

Extendable: false
ExportReportTemplate Exports selected Report Templates from the database.
LoadReportTemplate Creates and persists ReportTemplate objects based on input from a comma separated value (csv) file.
LoadSingleReportTemplate Creates and persists a ReportTemplate object based on input from the command line.
MetaDataSAXSource

Supported API: true

Extendable: false
ParameterDataSAXSource

Supported API: true

Extendable: false
ParameterTemplate A ParameterTemplate represents a template for a parameter that can be used to generate a runtime parameter value for a report.
ReportTemplate This class is a default implementation of a template for reporting.
ReportTemplateExecuteActionDelegate

Supported API: true

Extendable: false
ReportTemplateExecuteURLActionDelegate

Supported API: true

Extendable: false
ReportTemplateHelper This is a helper class which contains the implementation for processing XML Source which defines a report.
ReportTemplateQueryHelper This class provides static helper methods for building and executing queries for ReportTemplates.
ResultProcessorResultSAXSource

Supported API: true

Extendable: false
SVGPostProcessor This post processor class provides an SVG implementation.
TableModelSAXSource

Supported API: true

Extendable: false
XSLFOPostProcessor This post processor class provides an XSL Formatting Objects implementation.
 

Exception Summary
StringLimitException StringLimitException captures errors that occur due to the limitations of Java RMI in handling large strings.
 

Package wt.query.template Description

Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports.