Uses of Interface
org.nuxeo.ecm.platform.content.template.service.ContentFactory
-
Packages that use ContentFactory Package Description org.nuxeo.ecm.platform.content.template.factories org.nuxeo.ecm.platform.content.template.service -
-
Uses of ContentFactory in org.nuxeo.ecm.platform.content.template.factories
Classes in org.nuxeo.ecm.platform.content.template.factories that implement ContentFactory Modifier and Type Class Description class
BaseContentFactory
class
ImportBasedFactory
This factory will import a file using a path defined in the option of the factoryBinding extension point.class
SimpleTemplateBasedFactory
class
SimpleTemplateBasedRootFactory
Specific factory for Root. -
Uses of ContentFactory in org.nuxeo.ecm.platform.content.template.service
Methods in org.nuxeo.ecm.platform.content.template.service that return ContentFactory Modifier and Type Method Description ContentFactory
ContentTemplateServiceImpl. getFactoryForFacet(String facet)
ContentFactory
ContentTemplateService. getFactoryForType(String documentType)
ContentFactory
ContentTemplateServiceImpl. getFactoryForType(String documentType)
protected ContentFactory
ContentTemplateServiceImpl. getFactoryInstance(FactoryBindingDescriptor descriptor)
Methods in org.nuxeo.ecm.platform.content.template.service that return types with arguments of type ContentFactory Modifier and Type Method Description Class<ContentFactory>
ContentFactoryDescriptor. getClassName()
-