Map<ContentType,PageResponse<Content>> |
ChildContentFactory.buildFrom(ContentSelector parentSelector,
Depth depth,
Fauxpansions fauxpansions) |
|
Map<ContentEntityObject,Map<String,Object>> |
ContentMetadataFactory.buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap,
Fauxpansions fauxpansions) |
Deprecated.
|
Map<ContentEntityObject,Map<String,Object>> |
DefaultContentMetadataFactory.buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap,
Fauxpansions fauxpansions) |
Deprecated.
|
default Map<ContentEntityObject,Map<String,Object>> |
ContentMetadataFactory.buildMetadataForContentEntityObjects(Map<ContentEntityObject,Supplier<Content>> contentMap,
Fauxpansions fauxpansions) |
Make common metadata for a set of ContentEntityObject objects.
|
Reference<Content> |
ContentFactory.buildRef(ContentEntityObject entity,
Fauxpansions fauxpansions) |
|
Reference<History> |
HistoryFactory.buildRef(ContentEntityObject entity,
Reference<Content> contentReference,
List<ConfluenceUser> editContributors,
Fauxpansions fauxpansions,
ContentFactory contentFactory) |
|
Reference<Version> |
VersionFactory.buildRef(ContentEntityObject entity,
Fauxpansions fauxpansions,
ContentFactory contentFactory) |
|
Map<ContentEntityObject,Reference<History>> |
HistoryFactory.buildReferences(Iterable<ContentEntityObject> ceos,
Fauxpansions historyExpansions,
ContentFactory contentFactory) |
|
Map<String,Object> |
DefaultSpaceMetadataFactory.makeMetadata(Space space,
Fauxpansions fauxpansions) |
|
Map<String,Object> |
SpaceMetadataFactory.makeMetadata(Space space,
Fauxpansions fauxpansions) |
Makes metadata for a space
|