Uses of Interface
com.atlassian.confluence.macro.query.SearchQueryInterpreter
Packages that use SearchQueryInterpreter
Package
Description
-
Uses of SearchQueryInterpreter in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query with parameters of type SearchQueryInterpreterModifier and TypeMethodDescriptionSearchQueryParser.parse
(String filterValue, SearchQueryInterpreter criterionInterpreter) Parses the provided filter value, using the specified criterion parser to findObject individual criterion.Constructors in com.atlassian.confluence.macro.query with parameters of type SearchQueryInterpreterModifierConstructorDescriptionSimpleSearchQueryParser
(SearchQueryInterpreter interpreter) Constructs a new parser using the specifiedSearchQueryInterpreter
to transform string tokens intoSearchQuery
implementations.SimpleSearchQueryParser
(SearchQueryInterpreter interpreter, InclusionCriteria defaultInclusionCriteria) Constructs a new parser using the specifiedSearchQueryInterpreter
to transform string tokens intoSearchQuery
implementations and using the specifiedInclusionCriteria
as the default criteria for untagged tokens. -
Uses of SearchQueryInterpreter in com.atlassian.confluence.macro.query.params
Methods in com.atlassian.confluence.macro.query.params that return SearchQueryInterpreterModifier and TypeMethodDescriptionprotected abstract SearchQueryInterpreter
BooleanQueryFactoryParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected SearchQueryInterpreter
ContentTypeParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected SearchQueryInterpreter
LabelParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected SearchQueryInterpreter
SpaceKeyParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx)