|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanQueryFactory | |
---|---|
com.atlassian.confluence.macro.query | |
com.atlassian.confluence.macro.query.params |
Uses of BooleanQueryFactory in com.atlassian.confluence.macro.query |
---|
Methods in com.atlassian.confluence.macro.query that return BooleanQueryFactory | |
---|---|
BooleanQueryFactory |
SimpleSearchQueryParser.parse(java.lang.String query)
Parses the specified String into a
BooleanQueryFactory implementation according to the rules
specified by the SearchQueryInterpreter . |
BooleanQueryFactory |
SearchQueryParser.parse(java.lang.String filterValue,
SearchQueryInterpreter criterionInterpreter)
Parses the provided filter value, using the specified criterion parser to findObject individual criterion. |
Methods in com.atlassian.confluence.macro.query with parameters of type BooleanQueryFactory | |
---|---|
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. |
Uses of BooleanQueryFactory in com.atlassian.confluence.macro.query.params |
---|
Methods in com.atlassian.confluence.macro.query.params that return BooleanQueryFactory | |
---|---|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.createBooleanQueryFactory(java.lang.String paramValue,
MacroExecutionContext ctx)
|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |