AbstractDatabaseConnectionReportFilter<T extends DataContainer> |
Ancestor for report filters that require database access.
|
AbstractField |
A single report field identifier.
|
AbstractFilteredReportFilter |
Ancestor for report filters that ensure that certain fields are retained
in the output when applying a report filter.
|
AbstractReportFilter<T extends DataContainer> |
Abstract base class for filters that process Reports.
|
AbstractScript |
Ancestor for report filter scripts.
|
AbstractScriptedReportFilter |
Abstract ancestor for report filters that execute external scripts.
|
AnnotationHelper |
Methods for dealing with annotations in reports.
|
Field |
A single report field identifier.
|
FieldUtils |
A helper class for field objects.
|
FilteredReportFilter<T extends DataContainer> |
This filter first pushes the data through the provided data filter before applying the actual report filter.
|
Groovy |
A report filter that uses a Groovy script for processing the data.
|
PassThrough |
A dummy filter that just passes the data through.
|
PrefixField |
A compound filed that only displays the first half of the name.
|
RemoveByDataType |
Removes all fields from the report that match the defined data types.
|
RemoveByName |
Removes all fields from the report which names match the specified regular expression.
|
Report |
Data structure for a report.
|
ReportJsonUtils |
For converting reports to JSON and vice versa.
|
Scripted |
A report filter that uses any scripting handler for processing the data with a script located in the specified file.
|
SuffixField |
A compound filed that only displays the second half of the name.
|