Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocumentFactory
Package
Description
-
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.api
Modifier and TypeFieldDescriptionprotected PublishedDocumentFactory
AbstractBasePublicationTree.factory
Modifier and TypeMethodDescriptionprotected abstract PublishedDocumentFactory
AbstractBasePublicationTree.getDefaultFactory()
Modifier and TypeMethodDescriptionvoid
AbstractBasePublicationTree.initTree
(CoreSession coreSession, Map<String, String> parameters, PublishedDocumentFactory factory, String configName, String title) void
PublicationTree.initTree
(CoreSession coreSession, Map<String, String> parameters, PublishedDocumentFactory factory, String configName, String title) -
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.descriptors
Modifier and TypeMethodDescriptionClass<? extends PublishedDocumentFactory>
PublishedDocumentFactoryDescriptor.getKlass()
Modifier and TypeMethodDescriptionvoid
PublishedDocumentFactoryDescriptor.setKlass
(Class<? extends PublishedDocumentFactory> klass) -
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.impl.core
Modifier and TypeClassDescriptionclass
Implementation of thePublishedDocumentFactory
for simple core implementation using native proxy system.Modifier and TypeFieldDescriptionprotected PublishedDocumentFactory
CoreFolderPublicationNode.factory
protected PublishedDocumentFactory
VirtualCoreFolderPublicationNode.factory
Modifier and TypeMethodDescriptionprotected PublishedDocumentFactory
SectionPublicationTree.getDefaultFactory()
Modifier and TypeMethodDescriptionvoid
RootSectionsPublicationTree.initTree
(CoreSession coreSession, Map<String, String> parameters, PublishedDocumentFactory factory, String configName, String title) void
SectionPublicationTree.initTree
(CoreSession coreSession, Map<String, String> parameters, PublishedDocumentFactory factory, String configName, String title) ModifierConstructorDescriptionCoreFolderPublicationNode
(DocumentModel doc, PublicationTree tree, PublicationNode parent, PublishedDocumentFactory factory) CoreFolderPublicationNode
(DocumentModel doc, PublicationTree tree, PublishedDocumentFactory factory) VirtualCoreFolderPublicationNode
(CoreSession coreSession, String documentPath, PublicationTree tree, PublishedDocumentFactory factory) -
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.impl.service
Modifier and TypeMethodDescriptionprotected PublishedDocumentFactory
PublisherServiceImpl.getPublishedDocumentFactory
(PublicationTreeConfigDescriptor config, PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String, String> params) Modifier and TypeMethodDescriptionprotected PublicationTree
PublisherServiceImpl.getPublicationTree
(PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String, String> parameters, PublishedDocumentFactory factory, String configName, String treeTitle) -
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.task
Modifier and TypeClassDescriptionclass
Implementation of thePublishedDocumentFactory
for core implementation using native proxy system with validation workflow. -
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.rendition.publisher
Modifier and TypeClassDescriptionclass
Implementation ofPublishedDocumentFactory
that uses theRenditionService
to publish a Rendition of the given document. -
Uses of PublishedDocumentFactory in org.nuxeo.snapshot.pub