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 classBaseContentFactoryclassImportBasedFactoryThis factory will import a file using a path defined in the option of the factoryBinding extension point.classSimpleTemplateBasedFactoryclassSimpleTemplateBasedRootFactorySpecific 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 ContentFactoryContentTemplateServiceImpl. getFactoryForFacet(String facet)ContentFactoryContentTemplateService. getFactoryForType(String documentType)ContentFactoryContentTemplateServiceImpl. getFactoryForType(String documentType)protected ContentFactoryContentTemplateServiceImpl. 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()
-