Uses of Package
com.atlassian.confluence.macro.query
-
Packages that use com.atlassian.confluence.macro.query Package Description com.atlassian.confluence.macro.query com.atlassian.confluence.macro.query.params -
Classes in com.atlassian.confluence.macro.query used by com.atlassian.confluence.macro.query Class Description BooleanQueryFactory Container class for the results of aSearchQueryParser
operation, providing a mutable version of theBooleanQuery
.InclusionCriteria Match tokens that describe what search constraint should be applied to a parsedSearchQuery
.SearchQueryInterpreter Creates aSearchQuery
instance from the providedString
value.SearchQueryInterpreterException Exception thrown bySearchQueryInterpreter
if an error occurs while creating aSearchQuery
.SearchQueryParserException Exception
thrown by theSearchQueryParser
if it runs into trouble converting a criteria string into aSearchQuery
. -
Classes in com.atlassian.confluence.macro.query used by com.atlassian.confluence.macro.query.params Class Description BooleanQueryFactory Container class for the results of aSearchQueryParser
operation, providing a mutable version of theBooleanQuery
.InclusionCriteria Match tokens that describe what search constraint should be applied to a parsedSearchQuery
.SearchQueryInterpreter Creates aSearchQuery
instance from the providedString
value.