Class NamedQueryUtils
- java.lang.Object
- 
- com.inductiveautomation.reporting.client.NamedQueryUtils
 
- 
 public class NamedQueryUtils extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description NamedQueryUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>getExtraConfigs(ClientContext context, java.util.List<DataSourceConfig> dataSourceConfigs)NamedQueries in the designer want to use the designer's version of the query, not the gateway.
 
- 
- 
- 
Method Detail- 
getExtraConfigspublic static java.util.Map<java.lang.String,java.lang.Object> getExtraConfigs(ClientContext context, java.util.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.
 
 
- 
 
-