| Interface | Description |
|---|---|
| QuerySource<T extends QueryConfig> |
A QuerySource executes a type of report query.
|
| QuerySource.SubQueryTransaction |
Used to handle multiple executions of a nested query.
|
| ReportDataSource |
This is the interface that module authors who wish to add a new report data source must implement and register
in the Gateway scope.
|
| Class | Description |
|---|---|
| GatewayDataSourceRegistry |
This registry holds the types of report data sources usable in the gateway for generating reports.
|
| ReportExecutionContext |
Created by carl.gould on 3/3/2015.
|
| ReportExecutionContext.ReportExecutionContextBuilder |
Builder pattern because the number of parameters is getting to be insane.
|
| ReportExecutionContext.ReportLoggerEx |
ReportLoggerEx is a logging class that extends LoggerEx to add errors to the ReportExecutionData's error list
when a WARN or ERROR level messages are logged.
|