Class NamedQueryUtils
java.lang.Object
com.inductiveautomation.reporting.client.NamedQueryUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetExtraConfigs(ClientContext context, List<DataSourceConfig> dataSourceConfigs) NamedQueries in the designer want to use the designer's version of the query, not the gateway.
- 
Constructor Details- 
NamedQueryUtilspublic NamedQueryUtils()
 
- 
- 
Method Details- 
getExtraConfigspublic 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.
 
 
-