Class SearchQueryParser
- java.lang.Object
-
- com.atlassian.confluence.macro.query.SearchQueryParser
-
public class SearchQueryParser extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchQueryParser()
SearchQueryParser(boolean whitespaceSeparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanQueryFactory
parse(String filterValue, SearchQueryInterpreter criterionInterpreter)
Parses the provided filter value, using the specified criterion parser to findObject individual criterion.
-
-
-
Method Detail
-
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.
-
-