public class SearchQueryParser extends Object
| Constructor and Description |
|---|
SearchQueryParser() |
SearchQueryParser(boolean whitespaceSeparator) |
| Modifier and Type | Method and Description |
|---|---|
BooleanQueryFactory |
parse(String filterValue,
SearchQueryInterpreter criterionInterpreter)
Parses the provided filter value, using the specified criterion parser to
findObject individual criterion.
|
public SearchQueryParser()
public SearchQueryParser(boolean whitespaceSeparator)
public BooleanQueryFactory parse(String filterValue, SearchQueryInterpreter criterionInterpreter) throws SearchQueryParserException
filterValue - the filter value.criterionInterpreter - The interpreter.SearchQueryParserException - if there was a problem parsing the parameter.Copyright © 2003–2021 Atlassian. All rights reserved.