Uses of Class
com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
-
Packages that use Fauxpansions Package Description com.atlassian.confluence.api.impl.service.content.factory -
-
Uses of Fauxpansions in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return Fauxpansions Modifier and Type Method Description static Fauxpansions
Fauxpansions. fauxpansions(Expansions expansions, String propertyName)
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Fauxpansions Modifier and Type Method Description 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.since 7.0.1.Map<ContentEntityObject,Map<String,Object>>
DefaultContentMetadataFactory. buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap, Fauxpansions fauxpansions)
Deprecated.since 7.0.1.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
-