Class SimpleFilterParser.ParseResult

java.lang.Object
org.bedework.calfacade.filter.SimpleFilterParser.ParseResult
Enclosing class:
SimpleFilterParser

public static class SimpleFilterParser.ParseResult extends Object
  • Field Details

    • ok

      public boolean ok
      true if the parse went ok
    • message

      public String message
      Explain what went wrong
    • filter

      public org.bedework.caldav.util.filter.FilterBase filter
      result of a successful parse
    • cfe

      public CalFacadeException cfe
    • sortTerms

      public List<SortTerm> sortTerms
      Result from parseSort
  • Constructor Details

    • ParseResult

      public ParseResult()
  • Method Details

    • SetFilter

      public void SetFilter(org.bedework.caldav.util.filter.FilterBase filter)
    • fail

      public org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed fail(String message) throws org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed
      Throws:
      org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed
    • setCfe

      public org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed setCfe(CalFacadeException cfe) throws org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed
      Throws:
      org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed
    • fromPr

      public org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed fromPr(SimpleFilterParser.ParseResult pr) throws org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed
      Throws:
      org.bedework.calfacade.filter.SimpleFilterParser.ParseFailed
    • toString

      public String toString()
      Overrides:
      toString in class Object