Class AbstractQueryFilter

    • Constructor Detail

      • AbstractQueryFilter

        protected AbstractQueryFilter​(QueryFilter next)
        Creates a query filter, with the next filter specified by next.
        Parameters:
        next - - the next query filter
    • Method Detail

      • query

        public List query​(String query)
                   throws Exception
        Performs a query given the query string
        Specified by:
        query in interface QueryFilter
        Parameters:
        query - - query string
        Returns:
        objects that matches the query
        Throws:
        Exception