Class BaseContentFactory
- java.lang.Object
-
- org.nuxeo.ecm.platform.content.template.factories.BaseContentFactory
-
- All Implemented Interfaces:
ContentFactory
- Direct Known Subclasses:
ImportBasedFactory
,SimpleTemplateBasedFactory
public abstract class BaseContentFactory extends Object implements ContentFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description BaseContentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
initSession(DocumentModel eventDoc)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.content.template.service.ContentFactory
createContentStructure, initFactory
-
-
-
-
Field Detail
-
session
protected CoreSession session
-
-
Method Detail
-
initSession
protected boolean initSession(DocumentModel eventDoc)
-
-