Class NamedQueryUtils

java.lang.Object
com.inductiveautomation.reporting.client.NamedQueryUtils

public class NamedQueryUtils extends Object
  • Constructor Details

    • NamedQueryUtils

      public NamedQueryUtils()
  • Method Details

    • getExtraConfigs

      public static Map<String,Object> getExtraConfigs(ClientContext context, List<DataSourceConfig> dataSourceConfigs)
      NamedQueries in the designer want to use the designer's version of the query, not the gateway. We wrap up that version and send it along with the report config so the gateway knows about it.
      Returns:
      Map of config key/objects, where the key is the config ID. Not null.