| Package | Description |
|---|---|
| com.atlassian.confluence.plugins.macros.advanced.contentbylabel |
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryExpression.InclusionOperator |
SimpleQueryExpression.getInclusionOperator() |
static SimpleQueryExpression.InclusionOperator |
SimpleQueryExpression.InclusionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleQueryExpression.InclusionOperator[] |
SimpleQueryExpression.InclusionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleQueryExpression |
SimpleQueryExpression.of(String key,
SimpleQueryExpression.InclusionOperator inclusionOperator,
List<String> values) |
static SimpleQueryExpression |
SimpleQueryExpression.of(String key,
SimpleQueryExpression.InclusionOperator inclusionOperator,
String... values) |
Copyright © 2003–2017 Atlassian. All rights reserved.