|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchQueryInterpreter | |
---|---|
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 | |
---|---|
BooleanQueryFactory |
SearchQueryParser.parse(java.lang.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 | |
---|---|
SimpleSearchQueryParser(SearchQueryInterpreter interpreter)
Constructs a new parser using the specified SearchQueryInterpreter to transform string tokens into
SearchQuery implementations. |
|
SimpleSearchQueryParser(SearchQueryInterpreter interpreter,
InclusionCriteria defaultInclusionCriteria)
Constructs a new parser using the specified SearchQueryInterpreter to transform string tokens into
SearchQuery implementations and using the specified
InclusionCriteria 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 | |
---|---|
protected SearchQueryInterpreter |
SpaceKeyParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected SearchQueryInterpreter |
LabelParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected SearchQueryInterpreter |
ContentTypeParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected abstract SearchQueryInterpreter |
BooleanQueryFactoryParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |