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)
Search for content within all spaces represented by the specified category.
|
Constructor and Description |
---|
SpaceCategoryQuery(Set<SpaceCategoryEnum> categories)
Search for content within all spaces represented by the provided categories.
|
Copyright © 2003–2016 Atlassian. All rights reserved.