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

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.factory.ModelFactory<ContentEntityObject,Content>
      extended by com.atlassian.confluence.api.impl.service.content.factory.ContentFactory

public class ContentFactory
extends ModelFactory<ContentEntityObject,Content>


Constructor Summary
ContentFactory(ContentBodyFactory contentBodyFactory, SpaceFactory spaceSummaryBuilder, ModelMetadataFactory metadataFactory, VersionFactory versionFactory, HistoryFactory historyFactory, ChildContentFactory childContentFactory)
           
 
Method Summary
 Content buildFrom(ContentEntityObject entity, Expansions expansions)
           
 
Methods inherited from class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory
asFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFactory

public ContentFactory(ContentBodyFactory contentBodyFactory,
                      SpaceFactory spaceSummaryBuilder,
                      ModelMetadataFactory metadataFactory,
                      VersionFactory versionFactory,
                      HistoryFactory historyFactory,
                      ChildContentFactory childContentFactory)
Method Detail

buildFrom

public Content buildFrom(ContentEntityObject entity,
                         Expansions expansions)
Specified by:
buildFrom in class ModelFactory<ContentEntityObject,Content>


Copyright © 2003-2014 Atlassian. All Rights Reserved.