public class

SearchQueryParser

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.macro.query.SearchQueryParser

Summary

Public Constructors
SearchQueryParser()
SearchQueryParser(boolean whitespaceSeparator)
Public Methods
BooleanQueryFactory parse(String filterValue, SearchQueryInterpreter criterionInterpreter)
Parses the provided filter value, using the specified criterion parser to findObject individual criterion.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SearchQueryParser ()

public SearchQueryParser (boolean whitespaceSeparator)

Public Methods

public BooleanQueryFactory parse (String filterValue, SearchQueryInterpreter criterionInterpreter)

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.