com.atlassian.confluence.api.impl.service.content.factory
Class HistoryFactory

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.factory.HistoryFactory

public class HistoryFactory
extends java.lang.Object

Makes History instances and references.


Constructor Summary
HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager)
           
 
Method Summary
 Reference<History> buildRef(AbstractLabelableEntityObject entity, Reference<Content> contentReference, Fauxpansions fauxpansions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryFactory

public HistoryFactory(PersonFactory personFactory,
                      VersionFactory versionFactory,
                      ContentEntityManager contentEntityManager,
                      AttachmentManager attachmentManager)
Method Detail

buildRef

public Reference<History> buildRef(AbstractLabelableEntityObject entity,
                                   Reference<Content> contentReference,
                                   Fauxpansions fauxpansions)


Copyright © 2003-2014 Atlassian. All Rights Reserved.