| Package | Description |
|---|---|
| com.atlassian.confluence.macro.query | |
| com.atlassian.confluence.macro.query.params |
| Modifier and Type | Method and Description |
|---|---|
BooleanQueryFactory |
SimpleSearchQueryParser.parse(String query)
Parses the specified
String into a
BooleanQueryFactory implementation according to the rules
specified by the SearchQueryInterpreter. |
BooleanQueryFactory |
SearchQueryParser.parse(String filterValue,
SearchQueryInterpreter criterionInterpreter)
Parses the provided filter value, using the specified criterion parser to
findObject individual criterion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanQueryFactory.addMust(BooleanQueryFactory factory)
Adds the specified
BooleanQueryFactory to the "must match"
criteria after calling toBooleanQuery() on it. |
void |
BooleanQueryFactory.addMustNot(BooleanQueryFactory factory)
Adds the specified
BooleanQueryFactory to the "must not match"
criteria after calling toBooleanQuery() on it. |
void |
BooleanQueryFactory.addShould(BooleanQueryFactory factory)
Adds the specified
BooleanQueryFactory to the "should match"
criteria after calling toBooleanQuery() on it. |
void |
BooleanQueryFactory.merge(BooleanQueryFactory result)
Merges the specified
BooleanQueryFactory with the current one. |
| Modifier and Type | Method and Description |
|---|---|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.createBooleanQueryFactory(String paramValue,
MacroExecutionContext ctx) |
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.findObject(String paramValue,
MacroExecutionContext ctx) |
Copyright © 2003–2017 Atlassian. All rights reserved.