Interface FilterSource

  • All Known Implementing Classes:
    FilterField

    public interface FilterSource
    An interface for a component that provides text to be parsed by a FilterParser. The isOperator(int) method is used to determine where to divide the filter text into terms and what logical operators are contained in the filter text.
    • Method Detail

      • getText

        java.lang.String getText()
        Returns:
        the raw filter text.
      • isOperator

        boolean isOperator​(int index)
        Parameters:
        index - an index into the raw filter text
        Returns:
        true if the character at index is an operator or false if it is part of a filter term