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