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 BooleanQueryFactorySearchQueryParser. 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 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 SearchQueryInterpreter Modifier and Type Method Description protected abstract SearchQueryInterpreterBooleanQueryFactoryParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected SearchQueryInterpreterContentTypeParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected SearchQueryInterpreterLabelParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected SearchQueryInterpreterSpaceKeyParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)
-