| Package | Description |
|---|---|
| com.atlassian.confluence.plugins.macros.advanced.contentbylabel |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeQueryExpression
Stores multiple
QueryExpressions with a single CompositeQueryExpression.BooleanOperator joiner. |
class |
EmptyQueryExpression
A no-op QueryExpression implementation that we use instead of null references.
|
class |
SimpleQueryExpression
Represents an atomic CQL expression with an operator '=', '!=' 'IN' or 'NOT IN' string, but no AND/OR operators.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExpression |
CompositeQueryExpression.Builder.build() |
QueryExpression |
BooleanQueryConverter.convertToExpression(BooleanQuery query) |
QueryExpression |
CompositeQueryExpression.get(int i) |
| Modifier and Type | Method and Description |
|---|---|
CompositeQueryExpression.Builder |
CompositeQueryExpression.Builder.add(QueryExpression expression) |
Copyright © 2003–2016 Atlassian. All rights reserved.