Class GatewayDataSourceRegistry

java.lang.Object
com.inductiveautomation.reporting.gateway.api.GatewayDataSourceRegistry

public final class GatewayDataSourceRegistry extends Object
This registry holds the types of report data sources usable in the gateway for generating reports. To add your own type of report data source, implement ReportDataSource and then in a Gateway hook class, register it like so:
     GatewayDataSourceRegistry.get(context).register(myDataSource);
 

Created by carl.gould on 1/13/2015.

  • Constructor Details

    • GatewayDataSourceRegistry

      public GatewayDataSourceRegistry()
  • Method Details