Interface QueryManagementService


  • public interface QueryManagementService
    The query management service can be used to maintain queries displayed in the "Queries" panel in XC.
    • Method Detail

      • createQuery

        Query createQuery​(String name)
        Creates a new query with the specified name.
        Parameters:
        name - Name of the new query
        Returns:
        the created query
      • deleteQuery

        void deleteQuery​(Query query)
        Deletes the specified query
        Parameters:
        query - The query to delete