Uses of Class
com.atlassian.confluence.search.v2.SubClause
Packages that use SubClause
Package
Description
Provides an extensible, flexible search API.
-
Uses of SubClause in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SubClauseModifier and TypeMethodDescriptiondefault 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 SubClauseModifier and TypeMethodDescriptionBooleanQuery.getSubClauses()
ConstantScoreQuery.getSubClauses()
FunctionScoreQuery.getSubClauses()