Package | Description |
---|---|
com.atlassian.confluence.macro.query | |
com.atlassian.confluence.macro.query.params |
Modifier and Type | Method and Description |
---|---|
BooleanQueryFactory |
SearchQueryParser.parse(String filterValue,
SearchQueryInterpreter criterionInterpreter)
Parses the provided filter value, using the specified criterion parser to
findObject individual criterion.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
protected SearchQueryInterpreter |
LabelParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected abstract SearchQueryInterpreter |
BooleanQueryFactoryParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected SearchQueryInterpreter |
SpaceKeyParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected SearchQueryInterpreter |
ContentTypeParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
Copyright © 2003–2021 Atlassian. All rights reserved.