Interface ContentFactory
- All Known Implementing Classes:
BaseContentFactory
,ImportBasedFactory
,SimpleTemplateBasedFactory
,SimpleTemplateBasedRootFactory
public interface ContentFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createContentStructure
(DocumentModel eventDoc) boolean
initFactory
(Map<String, String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)
-
Method Details
-
initFactory
boolean initFactory(Map<String, String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template) -
createContentStructure
-