Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocumentFactory
Packages that use PublishedDocumentFactory
Package
Description
-
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.api
Classes in org.nuxeo.ecm.platform.publisher.api that implement PublishedDocumentFactoryFields in org.nuxeo.ecm.platform.publisher.api declared as PublishedDocumentFactoryModifier and TypeFieldDescriptionprotected PublishedDocumentFactory
AbstractBasePublicationTree.factory
Methods in org.nuxeo.ecm.platform.publisher.api that return PublishedDocumentFactoryModifier and TypeMethodDescriptionprotected abstract PublishedDocumentFactory
AbstractBasePublicationTree.getDefaultFactory()
Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocumentFactoryModifier 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
Methods in org.nuxeo.ecm.platform.publisher.descriptors that return types with arguments of type PublishedDocumentFactoryModifier and TypeMethodDescriptionClass<? extends PublishedDocumentFactory>
PublishedDocumentFactoryDescriptor.getKlass()
Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublishedDocumentFactoryModifier and TypeMethodDescriptionvoid
PublishedDocumentFactoryDescriptor.setKlass
(Class<? extends PublishedDocumentFactory> klass) -
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.impl.core
Classes in org.nuxeo.ecm.platform.publisher.impl.core that implement PublishedDocumentFactoryModifier and TypeClassDescriptionclass
Implementation of thePublishedDocumentFactory
for simple core implementation using native proxy system.Fields in org.nuxeo.ecm.platform.publisher.impl.core declared as PublishedDocumentFactoryModifier and TypeFieldDescriptionprotected PublishedDocumentFactory
CoreFolderPublicationNode.factory
protected PublishedDocumentFactory
VirtualCoreFolderPublicationNode.factory
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocumentFactoryModifier and TypeMethodDescriptionprotected PublishedDocumentFactory
SectionPublicationTree.getDefaultFactory()
Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentFactoryModifier 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) Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentFactoryModifierConstructorDescriptionCoreFolderPublicationNode
(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
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublishedDocumentFactoryModifier and TypeMethodDescriptionprotected PublishedDocumentFactory
PublisherServiceImpl.getPublishedDocumentFactory
(PublicationTreeConfigDescriptor config, PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String, String> params) Methods in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type PublishedDocumentFactoryModifier 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
Classes in org.nuxeo.ecm.platform.publisher.task that implement PublishedDocumentFactoryModifier 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
Classes in org.nuxeo.ecm.platform.rendition.publisher that implement PublishedDocumentFactoryModifier and TypeClassDescriptionclass
Implementation ofPublishedDocumentFactory
that uses theRenditionService
to publish a Rendition of the given document. -
Uses of PublishedDocumentFactory in org.nuxeo.snapshot.pub
Classes in org.nuxeo.snapshot.pub that implement PublishedDocumentFactory