Class ASQManager

    • Constructor Detail

      • ASQManager

        public ASQManager()
    • Method Detail

      • getInstance

        public static ASQManager getInstance()
        get the valid instance of this manager
        Returns:
        the current instance of this manager
      • getAdvancedSavedQuery

        public AdvancedSavedQuery getAdvancedSavedQuery​(java.lang.String code)
        Returns the first AdvancedSavedQuery found with the given code.
        Parameters:
        code - the code of the query to look for
        Returns:
        the first query found with the given code or null if no such query exists