| Package | Description |
|---|---|
| com.atlassian.confluence.search.service | |
| com.atlassian.confluence.search.v2.query |
| Modifier and Type | Method and Description |
|---|---|
static SpaceCategoryEnum |
SpaceCategoryEnum.get(String rep) |
SpaceCategoryEnum |
SearchQueryParameters.getCategory() |
static SpaceCategoryEnum |
SpaceCategoryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceCategoryEnum[] |
SpaceCategoryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQueryParameters.setCategory(SpaceCategoryEnum category) |
| Modifier and Type | Method and Description |
|---|---|
Set<SpaceCategoryEnum> |
SpaceCategoryQuery.getSpaceCategories() |
| Constructor and Description |
|---|
SpaceCategoryQuery(SpaceCategoryEnum category)
Deprecated.
since 6.0
|
SpaceCategoryQuery(SpaceCategoryEnum category,
LabelManager labelManager) |
| Constructor and Description |
|---|
SpaceCategoryQuery(Set<SpaceCategoryEnum> categories)
Deprecated.
since 6.0
|
SpaceCategoryQuery(Set<SpaceCategoryEnum> categories,
LabelManager labelManager) |
Copyright © 2003–2016 Atlassian. All rights reserved.