Uses of Class
com.atlassian.confluence.macro.query.BooleanQueryFactory
Packages that use BooleanQueryFactory
Package
Description
-
Uses of BooleanQueryFactory in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query that return BooleanQueryFactoryModifier and TypeMethodDescriptionSearchQueryParser.parse(String filterValue, SearchQueryInterpreter criterionInterpreter) Parses the provided filter value, using the specified criterion parser to findObject individual criterion.Parses the specifiedStringinto aBooleanQueryFactoryimplementation according to the rules specified by theSearchQueryInterpreter.Methods in com.atlassian.confluence.macro.query with parameters of type BooleanQueryFactoryModifier and TypeMethodDescriptionvoidBooleanQueryFactory.addMust(BooleanQueryFactory factory) Adds the specifiedBooleanQueryFactoryto the "must match" criteria after callingtoBooleanQuery()on it.voidBooleanQueryFactory.addMustNot(BooleanQueryFactory factory) Adds the specifiedBooleanQueryFactoryto the "must not match" criteria after callingtoBooleanQuery()on it.voidBooleanQueryFactory.addShould(BooleanQueryFactory factory) Adds the specifiedBooleanQueryFactoryto the "should match" criteria after callingtoBooleanQuery()on it.voidBooleanQueryFactory.merge(BooleanQueryFactory result) Merges the specifiedBooleanQueryFactorywith the current one. -
Uses of BooleanQueryFactory in com.atlassian.confluence.macro.query.params
Methods in com.atlassian.confluence.macro.query.params that return BooleanQueryFactoryModifier and TypeMethodDescriptionprotected BooleanQueryFactoryBooleanQueryFactoryParameter.createBooleanQueryFactory(String paramValue, MacroExecutionContext ctx) protected final BooleanQueryFactoryBooleanQueryFactoryParameter.findObject(String paramValue, MacroExecutionContext ctx)