Interface QueryFilter

    • Method Detail

      • query

        List query​(String queryStr)
            throws Exception
        Interface for querying
        Parameters:
        queryStr - - the query string
        Returns:
        collection of objects that satisfies the query
        Throws:
        Exception
      • query

        List query​(List queries)
            throws Exception
        Interface for querying
        Parameters:
        queries - - list of individual queries
        Returns:
        collection of objects that satisfies the query
        Throws:
        Exception