Class DefaultSpaceMetadataFactory
java.lang.Object
com.atlassian.confluence.api.impl.service.content.factory.DefaultSpaceMetadataFactory
- All Implemented Interfaces:
SpaceMetadataFactory
- Since:
- 5.10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeMetadata
(Space space, Fauxpansions fauxpansions) Makes metadata for a space
-
Constructor Details
-
DefaultSpaceMetadataFactory
-
-
Method Details
-
makeMetadata
Description copied from interface:SpaceMetadataFactory
Makes metadata for a space- Specified by:
makeMetadata
in interfaceSpaceMetadataFactory
- Parameters:
space
- Space to generate metadata forfauxpansions
- Expandability indicator for the top level, as well as any sub-expansions.- Returns:
- Metadata
-