public interface ContentMetadataFactory
Modifier and Type | Method and Description |
---|---|
Map<ContentEntityObject,Map<String,Object>> |
buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap,
Fauxpansions fauxpansions)
Deprecated.
since 7.0.1. Use
buildMetadataForContentEntityObjects(Map, Fauxpansions) |
default Map<ContentEntityObject,Map<String,Object>> |
buildMetadataForContentEntityObjects(Map<ContentEntityObject,Supplier<Content>> contentMap,
Fauxpansions fauxpansions)
Make common metadata for a set of ContentEntityObject objects.
|
@Deprecated Map<ContentEntityObject,Map<String,Object>> buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap, Fauxpansions fauxpansions)
buildMetadataForContentEntityObjects(Map, Fauxpansions)
contentMap
- A mapping between ContentEntityObject and partially built Content objects.
The Supplierfauxpansions
- Expandability indicator for the top level, as well as any sub-expansionsdefault Map<ContentEntityObject,Map<String,Object>> buildMetadataForContentEntityObjects(Map<ContentEntityObject,Supplier<Content>> contentMap, Fauxpansions fauxpansions)
contentMap
- A mapping between ContentEntityObject and partially built Content objects.
The Supplierfauxpansions
- Expandability indicator for the top level, as well as any sub-expansionsCopyright © 2003–2019 Atlassian. All rights reserved.