Class HistoryFactory
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.content.factory.HistoryFactory
-
-
Constructor Summary
Constructors Constructor Description HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDao contentEntityObjectDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reference<History>
buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory)
Map<ContentEntityObject,Reference<History>>
buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory)
-
-
-
Constructor Detail
-
HistoryFactory
public HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDao contentEntityObjectDao)
-
-
Method Detail
-
buildReferences
public Map<ContentEntityObject,Reference<History>> buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory)
-
buildRef
public Reference<History> buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory)
-
-