Class AbstractFilterFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      Filter parse​(java.lang.String filter)
      Parses the supplied string representation of a filter.
      protected abstract Filter parseFilterComp​(java.lang.String filter)
      Inspects the supplied filter string and creates the type of filter it represents.
      • Methods inherited from class java.lang.Object

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

      • AbstractFilterFunction

        public AbstractFilterFunction()
    • Method Detail

      • parseFilterComp

        protected abstract Filter parseFilterComp​(java.lang.String filter)
                                           throws FilterParseException
        Inspects the supplied filter string and creates the type of filter it represents.
        Parameters:
        filter - to inspect
        Returns:
        search filter
        Throws:
        FilterParseException - if filter is invalid