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 com.atlassian.confluence.search.v2.searchfilter -
-
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<SearchFilter>>SearchFilter. getSubClauses()Deprecated.Returns a stream of nested filters.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() -
Uses of SubClause in com.atlassian.confluence.search.v2.searchfilter
Methods in com.atlassian.confluence.search.v2.searchfilter that return types with arguments of type SubClause Modifier and Type Method Description Stream<SubClause<SearchFilter>>BooleanSearchFilter. getSubClauses()Deprecated.Stream<SubClause<SearchFilter>>ChainedSearchFilter. getSubClauses()Deprecated.
-