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 specifiedSearchQueryInterpreterto transform string tokens intoSearchQueryimplementations.SimpleSearchQueryParser(SearchQueryInterpreter interpreter, InclusionCriteria defaultInclusionCriteria) Constructs a new parser using the specifiedSearchQueryInterpreterto transform string tokens intoSearchQueryimplementations and using the specifiedInclusionCriteriaas 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 SearchQueryInterpreterBooleanQueryFactoryParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) protected SearchQueryInterpreterContentTypeParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) protected SearchQueryInterpreterLabelParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) protected SearchQueryInterpreterSpaceKeyParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)