Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocumentFactory
-
-
Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.api
Classes in org.nuxeo.ecm.platform.publisher.api that implement PublishedDocumentFactory Modifier and Type Class Description class
AbstractBasePublishedDocumentFactory
Fields in org.nuxeo.ecm.platform.publisher.api declared as PublishedDocumentFactory Modifier and Type Field Description protected PublishedDocumentFactory
AbstractBasePublicationTree. factory
Methods in org.nuxeo.ecm.platform.publisher.api that return PublishedDocumentFactory Modifier and Type Method Description protected abstract PublishedDocumentFactory
AbstractBasePublicationTree. getDefaultFactory()
Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocumentFactory Modifier and Type Method Description void
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 PublishedDocumentFactory Modifier and Type Method Description Class<? extends PublishedDocumentFactory>
PublishedDocumentFactoryDescriptor. getKlass()
Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublishedDocumentFactory Modifier and Type Method Description void
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 PublishedDocumentFactory Modifier and Type Class Description class
CoreProxyFactory
Implementation of thePublishedDocumentFactory
for simple core implementation using native proxy system.Fields in org.nuxeo.ecm.platform.publisher.impl.core declared as PublishedDocumentFactory Modifier and Type Field Description protected PublishedDocumentFactory
CoreFolderPublicationNode. factory
protected PublishedDocumentFactory
VirtualCoreFolderPublicationNode. factory
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocumentFactory Modifier and Type Method Description protected PublishedDocumentFactory
SectionPublicationTree. getDefaultFactory()
Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentFactory Modifier and Type Method Description void
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 PublishedDocumentFactory Constructor Description CoreFolderPublicationNode(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 PublishedDocumentFactory Modifier and Type Method Description protected 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 PublishedDocumentFactory Modifier and Type Method Description protected 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 PublishedDocumentFactory Modifier and Type Class Description class
CoreProxyWithWorkflowFactory
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 PublishedDocumentFactory Modifier and Type Class Description class
RenditionPublicationFactory
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 Modifier and Type Class Description class
FolderishProxyFactory
-