Uses of Interface
com.atlassian.confluence.macro.query.SearchQueryInterpreter
-
Packages that use SearchQueryInterpreter Package Description com.atlassian.confluence.macro.query com.atlassian.confluence.macro.query.params -
-
Uses of SearchQueryInterpreter in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query with parameters of type SearchQueryInterpreter Modifier and Type Method Description BooleanQueryFactory
SearchQueryParser. 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 SearchQueryInterpreter Constructor Description SimpleSearchQueryParser(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 SearchQueryInterpreter Modifier and Type Method Description protected abstract SearchQueryInterpreter
BooleanQueryFactoryParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)
protected SearchQueryInterpreter
ContentTypeParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)
protected SearchQueryInterpreter
LabelParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)
protected SearchQueryInterpreter
SpaceKeyParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)
-