com.atlassian.confluence.macro.query
Class SearchQueryParser
java.lang.Object
com.atlassian.confluence.macro.query.SearchQueryParser
public class SearchQueryParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchQueryParser
public SearchQueryParser()
SearchQueryParser
public SearchQueryParser(boolean whitespaceSeparator)
parse
public BooleanQueryFactory parse(String filterValue,
SearchQueryInterpreter criterionInterpreter)
throws SearchQueryParserException
- Parses the provided filter value, using the specified criterion parser to
findObject individual criterion.
- Parameters:
filterValue
- the filter value.criterionInterpreter
- The interpreter.
- Returns:
- The parsed criterion.
- Throws:
SearchQueryParserException
- if there was a problem parsing the parameter.