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 PublishedDocumentFactoryAbstractBasePublicationTree.factoryMethods in org.nuxeo.ecm.platform.publisher.api that return PublishedDocumentFactoryModifier and TypeMethodDescriptionprotected abstract PublishedDocumentFactoryAbstractBasePublicationTree.getDefaultFactory()Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocumentFactoryModifier and TypeMethodDescriptionvoidAbstractBasePublicationTree.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 PublishedDocumentFactoryModifier and TypeMethodDescriptionClass<? extends PublishedDocumentFactory> PublishedDocumentFactoryDescriptor.getKlass()Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublishedDocumentFactoryModifier and TypeMethodDescriptionvoidPublishedDocumentFactoryDescriptor.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 TypeClassDescriptionclassImplementation of thePublishedDocumentFactoryfor simple core implementation using native proxy system.Fields in org.nuxeo.ecm.platform.publisher.impl.core declared as PublishedDocumentFactoryModifier and TypeFieldDescriptionprotected PublishedDocumentFactoryCoreFolderPublicationNode.factoryprotected PublishedDocumentFactoryVirtualCoreFolderPublicationNode.factoryMethods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocumentFactoryModifier and TypeMethodDescriptionprotected PublishedDocumentFactorySectionPublicationTree.getDefaultFactory()Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentFactoryModifier and TypeMethodDescriptionvoidRootSectionsPublicationTree.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 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 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 PublishedDocumentFactoryModifier and TypeMethodDescriptionprotected 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 PublishedDocumentFactoryModifier and TypeClassDescriptionclassImplementation 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 PublishedDocumentFactoryModifier and TypeClassDescriptionclassImplementation 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