Uses of Class
com.atlassian.confluence.search.v2.query.BooleanQuery
-
Packages that use BooleanQuery Package Description com.atlassian.confluence.impl.search.v2.mappers com.atlassian.confluence.macro.query -
-
Uses of BooleanQuery in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type BooleanQuery Modifier and Type Method Description org.apache.lucene.search.QueryBooleanQueryMapper. convertToLuceneQuery(BooleanQuery boolQuery) -
Uses of BooleanQuery in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query that return BooleanQuery Modifier and Type Method Description BooleanQueryBooleanQueryFactory. toBooleanQuery()Returns aBooleanQueryinstance using the current state of thisBooleanQueryFactory.
-