Package | Description |
---|---|
com.atlassian.confluence.macro.query | |
com.atlassian.confluence.macro.query.params |
Modifier and Type | Method and Description |
---|---|
static InclusionCriteria |
InclusionCriteria.get(String token)
Returns the proper
InclusionCriteria value corresponding
to the specified token. |
static InclusionCriteria |
InclusionCriteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InclusionCriteria[] |
InclusionCriteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleSearchQueryParser.setDefaultInclusionCriteria(InclusionCriteria criteria)
Sets which
InclusionCriteria should be applied to a value
in the absence of a specific token. |
Constructor and Description |
---|
SimpleSearchQueryParser(SearchQueryInterpreter interpreter,
InclusionCriteria defaultInclusionCriteria)
Constructs a new parser using the specified
SearchQueryInterpreter to transform string tokens into
SearchQuery implementations and using the specified
InclusionCriteria as the default criteria
for untagged tokens. |
Modifier and Type | Method and Description |
---|---|
void |
BooleanQueryFactoryParameter.setDefaultInclusionCriteria(InclusionCriteria criteria)
Sets the default
InclusionCriteria value to use in the
underlying parser. |
Copyright © 2003–2020 Atlassian. All rights reserved.