Uses of Class
com.atlassian.confluence.search.v2.SubClause
-
Packages that use SubClause Package Description com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.search.v2.query -
-
Uses of SubClause in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SubClause Modifier and Type Method Description default Stream<SubClause<SearchQuery>>SearchQuery. getSubClauses()Returns a stream of nested queries. -
Uses of SubClause in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return types with arguments of type SubClause Modifier and Type Method Description Stream<SubClause<SearchQuery>>BooleanQuery. getSubClauses()Stream<SubClause<SearchQuery>>ConstantScoreQuery. getSubClauses()Stream<SubClause<SearchQuery>>FunctionScoreQuery. getSubClauses()
-