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 classAbstractBasePublishedDocumentFactoryFields in org.nuxeo.ecm.platform.publisher.api declared as PublishedDocumentFactory Modifier and Type Field Description protected PublishedDocumentFactoryAbstractBasePublicationTree. factoryMethods in org.nuxeo.ecm.platform.publisher.api that return PublishedDocumentFactory Modifier and Type Method Description protected abstract PublishedDocumentFactoryAbstractBasePublicationTree. getDefaultFactory()Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocumentFactory Modifier and Type Method Description voidAbstractBasePublicationTree. initTree(CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)voidPublicationTree. 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 voidPublishedDocumentFactoryDescriptor. 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 classCoreProxyFactoryImplementation of thePublishedDocumentFactoryfor 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 PublishedDocumentFactoryCoreFolderPublicationNode. factoryprotected PublishedDocumentFactoryVirtualCoreFolderPublicationNode. factoryMethods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocumentFactory Modifier and Type Method Description protected PublishedDocumentFactorySectionPublicationTree. getDefaultFactory()Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentFactory Modifier and Type Method Description voidRootSectionsPublicationTree. initTree(CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)voidSectionPublicationTree. 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 PublishedDocumentFactoryPublisherServiceImpl. 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 PublicationTreePublisherServiceImpl. 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 classCoreProxyWithWorkflowFactoryImplementation of thePublishedDocumentFactoryfor 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 classRenditionPublicationFactoryImplementation ofPublishedDocumentFactorythat uses theRenditionServiceto 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 classFolderishProxyFactory
-