Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.content.template.service
Interface ContentFactory

All Known Implementing Classes:
BaseContentFactory, ImportBasedFactory, SimpleTemplateBasedFactory, SimpleTemplateBasedRootFactory

public interface ContentFactory


Method Summary
 void createContentStructure(DocumentModel eventDoc)
           
 boolean initFactory(Map<String,String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)
           
 

Method Detail

initFactory

boolean initFactory(Map<String,String> options,
                    List<ACEDescriptor> rootAcl,
                    List<TemplateItemDescriptor> template)

createContentStructure

void createContentStructure(DocumentModel eventDoc)
                            throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.