Class NamedQueryUtils


  • public class NamedQueryUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedQueryUtils()  
    • Method Summary

      All 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamedQueryUtils

        public NamedQueryUtils()
    • Method Detail

      • getExtraConfigs

        public 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.