Uses of Enum Class
com.atlassian.confluence.search.service.SpaceCategoryEnum
Package
Description
-
Uses of SpaceCategoryEnum in com.atlassian.confluence.internal.search.v2
ModifierConstructorDescriptionSpaceCategoryQueryFactory
(Set<SpaceCategoryEnum> spaceCategories, LabelManager labelManager, Supplier<BooleanQueryBuilder<T>> boolBuilderSupplier, Supplier<BiFunction<String, Set<String>, T>> termBuilderSupplier, Supplier<T> matchNoDocsSupplier, Supplier<T> matchAllDocsSupplier) -
Uses of SpaceCategoryEnum in com.atlassian.confluence.search.service
Modifier and TypeMethodDescriptionstatic SpaceCategoryEnum
SearchQueryParameters.getCategory()
static SpaceCategoryEnum
Returns the enum constant of this class with the specified name.static SpaceCategoryEnum[]
SpaceCategoryEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SearchQueryParameters.setCategory
(SpaceCategoryEnum category) -
Uses of SpaceCategoryEnum in com.atlassian.confluence.search.v2.query
ModifierConstructorDescriptionSpaceCategoryQuery
(SpaceCategoryEnum category, LabelManager labelManager) ModifierConstructorDescriptionSpaceCategoryQuery
(Collection<SpaceCategoryEnum> categories, LabelManager labelManager)