Interface SpaceMetadataFactory
-
- All Known Implementing Classes:
DefaultSpaceMetadataFactory
public interface SpaceMetadataFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
makeMetadata(Space space, Fauxpansions fauxpansions)
Makes metadata for a space
-
-
-
Method Detail
-
makeMetadata
Map<String,Object> makeMetadata(Space space, Fauxpansions fauxpansions)
Makes metadata for a space- Parameters:
space
- Space to generate metadata forfauxpansions
- Expandability indicator for the top level, as well as any sub-expansions.- Returns:
- Metadata
- Since:
- 5.10
-
-