Package com.inductiveautomation.reporting.gateway.api
package com.inductiveautomation.reporting.gateway.api
-
ClassDescriptionThis registry holds the types of report data sources usable in the gateway for generating reports.QuerySource<T extends QueryConfig>A QuerySource executes a type of report query.Used to handle multiple executions of a nested query.This is the interface that module authors who wish to add a new report data source must implement and register in the Gateway scope.Created by carl.gould on 3/3/2015.Builder pattern because the number of parameters is getting to be insane.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.