com.atlassian.confluence.macro.query
Class SearchQueryParser

java.lang.Object
  extended by com.atlassian.confluence.macro.query.SearchQueryParser

public class SearchQueryParser
extends Object


Constructor Summary
SearchQueryParser()
           
SearchQueryParser(boolean whitespaceSeparator)
           
 
Method Summary
 BooleanQueryFactory parse(String filterValue, SearchQueryInterpreter criterionInterpreter)
          Parses the provided filter value, using the specified criterion parser to findObject individual criterion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchQueryParser

public SearchQueryParser()

SearchQueryParser

public SearchQueryParser(boolean whitespaceSeparator)
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.


Copyright © 2003-2012 Atlassian. All Rights Reserved.