Uses of Class
com.atlassian.confluence.macro.query.BooleanQueryFactory
-
Packages that use BooleanQueryFactory Package Description 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 Modifier and Type Method Description BooleanQueryFactorySearchQueryParser. parse(String filterValue, SearchQueryInterpreter criterionInterpreter)Parses the provided filter value, using the specified criterion parser to findObject individual criterion.BooleanQueryFactorySimpleSearchQueryParser. parse(String query)Parses the specifiedStringinto aBooleanQueryFactoryimplementation according to the rules specified by theSearchQueryInterpreter.Methods in com.atlassian.confluence.macro.query with parameters of type BooleanQueryFactory Modifier and Type Method Description voidBooleanQueryFactory. 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 BooleanQueryFactory Modifier and Type Method Description protected BooleanQueryFactoryBooleanQueryFactoryParameter. createBooleanQueryFactory(String paramValue, MacroExecutionContext ctx)protected BooleanQueryFactoryBooleanQueryFactoryParameter. findObject(String paramValue, MacroExecutionContext ctx)
-