public class DefaultContentMetadataFactory extends Object implements ContentMetadataFactory
| Constructor and Description |
|---|
DefaultContentMetadataFactory(com.atlassian.plugin.PluginAccessor pluginAccessor,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentEntityObject,Map<String,Object>> |
buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap,
Fauxpansions fauxpansions)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildMetadataForContentEntityObjectspublic DefaultContentMetadataFactory(com.atlassian.plugin.PluginAccessor pluginAccessor,
org.springframework.transaction.PlatformTransactionManager transactionManager)
@Deprecated public Map<ContentEntityObject,Map<String,Object>> buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap, Fauxpansions fauxpansions)
ContentMetadataFactory.buildMetadataForContentEntityObjects(Map, Fauxpansions)ContentMetadataFactorybuildMetadata in interface ContentMetadataFactorycontentMap - A mapping between ContentEntityObject and partially built Content objects.
The Supplier<Content> objects should return the same reference on each invocation.fauxpansions - Expandability indicator for the top level, as well as any sub-expansionsCopyright © 2003–2022 Atlassian. All rights reserved.