Package com.atlassian.confluence.macro.query
-
Interface Summary Interface Description SearchQueryInterpreter Creates aSearchQueryinstance from the providedStringvalue. -
Class Summary Class Description BooleanQueryFactory Container class for the results of aSearchQueryParseroperation, providing a mutable version of theBooleanQuery.SearchQueryParser SimpleSearchQueryParser ParsesStrings intoSearchQueryimplementations according to theSearchQueryInterpreterprovided at construction time and returns aBooleanQueryFactory. -
Enum Summary Enum Description InclusionCriteria Match tokens that describe what search constraint should be applied to a parsedSearchQuery. -
Exception Summary Exception Description SearchQueryInterpreterException Exception thrown bySearchQueryInterpreterif an error occurs while creating aSearchQuery.SearchQueryParserException Exceptionthrown by theSearchQueryParserif it runs into trouble converting a criteria string into aSearchQuery.