| Package | Description |
|---|---|
| com.atlassian.confluence.internal.search.v2 | |
| com.atlassian.confluence.internal.spaces |
Confluence internal classes related to spaces.
|
| com.atlassian.confluence.search.service | |
| com.atlassian.confluence.search.v2.query | |
| com.atlassian.confluence.search.v2.searchfilter | |
| com.atlassian.confluence.spaces | |
| com.atlassian.confluence.spaces.extension | |
| com.atlassian.confluence.spaces.spacetypes |
| Constructor and Description |
|---|
SpaceTypeQueryFactory(Set<SpaceType> spaceTypes,
Supplier<BooleanQueryBuilder<T>> boolBuilderSupplier,
Supplier<BiFunction<String,String,T>> termBuilderSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<SpaceType> |
SpacesQueryWithPermissionQueryBuilder.getSpaceTypes() |
| Modifier and Type | Method and Description |
|---|---|
SpaceType |
SearchQueryParameters.getSpaceType() |
static SpaceType |
SpaceCategoryEnum.getSpaceType(String rep) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQueryParameters.setSpaceType(SpaceType spaceType) |
| Modifier and Type | Method and Description |
|---|---|
Set<SpaceType> |
SpaceTypeQuery.getSpaceTypes() |
| Constructor and Description |
|---|
SpaceTypeQuery(SpaceType spaceTypes) |
| Constructor and Description |
|---|
SpaceTypeQuery(Collection<SpaceType> spaceTypes) |
| Constructor and Description |
|---|
SpaceTypeSearchFilter(Collection<SpaceType> spaceTypes) |
| Modifier and Type | Field and Description |
|---|---|
static SpaceType |
SpaceType.GLOBAL |
static SpaceType |
SpaceType.PERSONAL |
| Modifier and Type | Method and Description |
|---|---|
SpaceType |
SpacesQuery.getSpaceType()
Deprecated.
|
SpaceType |
Space.getSpaceType() |
static SpaceType |
SpaceType.getSpaceType(String str)
Get a SpaceType object from it's string representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpaceType> |
SpacesQuery.getSpaceTypes() |
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceManager.createPrivateSpace(String key,
String name,
SpaceType spaceType,
String description,
com.atlassian.user.User creator)
Creates a Space for which only the creator has any permissions
|
Space |
DefaultSpaceManager.createPrivateSpace(String key,
String name,
SpaceType spaceType,
String description,
com.atlassian.user.User creator) |
Space |
SpaceManager.createSpace(String key,
String name,
SpaceType spaceType,
String description,
com.atlassian.user.User creator) |
Space |
DefaultSpaceManager.createSpace(String key,
String name,
SpaceType spaceType,
String description,
com.atlassian.user.User creator) |
Space |
SpaceManager.createSpace(String key,
String name,
SpaceType spaceType,
String description,
com.atlassian.user.User creator,
List<SpacePermission> spacePermissions) |
Space |
DefaultSpaceManager.createSpace(String key,
String name,
SpaceType spaceType,
String description,
com.atlassian.user.User creator,
List<SpacePermission> spacePermissions) |
void |
Space.setSpaceType(SpaceType spaceType) |
SpacesQuery.Builder |
SpacesQuery.Builder.withSpaceType(SpaceType type) |
| Modifier and Type | Method and Description |
|---|---|
SpaceType |
SpaceTypeDefinition.getSpaceType()
Get the SpaceType object that's used to identify the space type.
|
| Modifier and Type | Method and Description |
|---|---|
SpaceType |
ProjectSpaceTypeDefinition.getSpaceType() |
Copyright © 2003–2017 Atlassian. All rights reserved.