Constructor and Description |
---|
SpaceCategoryQueryFactory(Set<SpaceCategoryEnum> spaceCategories,
LabelManager labelManager,
Supplier<BooleanQueryBuilder<T>> boolBuilderSupplier,
Supplier<BiFunction<String,String,T>> termBuilderSupplier,
Supplier<T> matchNoDocsSupplier,
Supplier<T> matchAllDocsSupplier) |
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 5.10
|
SpaceCategoryQuery(SpaceCategoryEnum category,
LabelManager labelManager) |
Constructor and Description |
---|
SpaceCategoryQuery(Collection<SpaceCategoryEnum> categories,
LabelManager labelManager) |
SpaceCategoryQuery(Set<SpaceCategoryEnum> categories)
Deprecated.
since 5.10
|
Constructor and Description |
---|
SpaceCategorySearchFilter(Collection<SpaceCategoryEnum> categories,
LabelManager labelManager) |
Copyright © 2003–2020 Atlassian. All rights reserved.