Class NamedQueryUtils
java.lang.Object
com.inductiveautomation.reporting.client.NamedQueryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
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.
-