Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.content.template.factories
Class SimpleTemplateBasedRootFactory

java.lang.Object
  extended by org.nuxeo.ecm.platform.content.template.factories.BaseContentFactory
      extended by org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedFactory
          extended by org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedRootFactory
All Implemented Interfaces:
ContentFactory

public class SimpleTemplateBasedRootFactory
extends SimpleTemplateBasedFactory

Specific factory for Root. Since some other RepositoryInitializationListener have run before, root won't be empty but we may still have to run this initializer.

Author:
Thierry Delprat

Constructor Summary
SimpleTemplateBasedRootFactory()
           
 
Method Summary
 void createContentStructure(DocumentModel eventDoc)
           
 
Methods inherited from class org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedFactory
initFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTemplateBasedRootFactory

public SimpleTemplateBasedRootFactory()
Method Detail

createContentStructure

public void createContentStructure(DocumentModel eventDoc)
                            throws ClientException
Specified by:
createContentStructure in interface ContentFactory
Overrides:
createContentStructure in class SimpleTemplateBasedFactory
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.