Class SearchQueryParser
java.lang.Object
com.atlassian.confluence.macro.query.SearchQueryParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(String filterValue, SearchQueryInterpreter criterionInterpreter) Parses the provided filter value, using the specified criterion parser to findObject individual criterion.
-
Constructor Details
-
SearchQueryParser
public SearchQueryParser() -
SearchQueryParser
public SearchQueryParser(boolean whitespaceSeparator)
-
-
Method Details
-
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.
-