| Package | Description |
|---|---|
| com.atlassian.confluence.spaces.extension | |
| com.atlassian.confluence.spaces.spacetypes |
| Modifier and Type | Class and Description |
|---|---|
class |
SpaceTypeModuleDescriptor<T extends SpaceTypeDefinition>
Module descriptor for pluggable space types.
|
| Modifier and Type | Method and Description |
|---|---|
SpaceTypeDefinition |
SpaceTypeManager.getSpaceType(String spaceModuleKey)
Get the space type definition plugin module for the given module key, or the default "uninstalled" space type
if no matching plugin can be found.
|
SpaceTypeDefinition |
DefaultSpaceTypeManager.getSpaceType(String spaceModuleKey) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpaceTypeDefinition> |
SpaceTypeManager.getEnabledSpaceTypes()
Get all SpaceTypeDefinitions currently enabled in the system
|
Collection<SpaceTypeDefinition> |
DefaultSpaceTypeManager.getEnabledSpaceTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectSpaceTypeDefinition
Space type definition of the 'project' space type.
|
Copyright © 2003–2016 Atlassian. All rights reserved.