Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocumentFactory

Packages that use PublishedDocumentFactory
org.nuxeo.ecm.platform.publisher.api   
org.nuxeo.ecm.platform.publisher.descriptors   
org.nuxeo.ecm.platform.publisher.impl.core   
org.nuxeo.ecm.platform.publisher.impl.localfs   
org.nuxeo.ecm.platform.publisher.impl.service   
org.nuxeo.ecm.platform.publisher.jbpm   
org.nuxeo.ecm.platform.publisher.remoting.client   
org.nuxeo.ecm.platform.publisher.remoting.server   
org.nuxeo.ecm.platform.publisher.synchonize.server   
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.api
 

Classes in org.nuxeo.ecm.platform.publisher.api that implement PublishedDocumentFactory
 class AbstractBasePublishedDocumentFactory
           
 

Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocumentFactory
 void PublicationTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)
           
 void AbstractBasePublicationTree.initTree(String sid, 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
 Class<? extends PublishedDocumentFactory> PublishedDocumentFactoryDescriptor.getKlass()
           
 

Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublishedDocumentFactory
 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
 class CoreProxyFactory
          Implementation of the PublishedDocumentFactory for simple core implementation using native proxy system.
 

Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentFactory
 void SectionPublicationTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)
           
 void RootSectionsPublicationTree.initTree(String sid, 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
CoreFolderPublicationNode(DocumentModel doc, PublicationTree tree, PublicationNode parent, PublishedDocumentFactory factory)
           
CoreFolderPublicationNode(DocumentModel doc, PublicationTree tree, PublishedDocumentFactory factory)
           
CoreFolderPublicationNode(DocumentModel doc, String treeConfigName, String sid, PublicationNode parent, PublishedDocumentFactory factory)
           
CoreFolderPublicationNode(DocumentModel doc, String treeConfigName, String sid, PublishedDocumentFactory factory)
           
VirtualCoreFolderPublicationNode(String coreSessionId, String documentPath, String treeConfigName, String sid, PublishedDocumentFactory factory)
           
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.impl.localfs
 

Classes in org.nuxeo.ecm.platform.publisher.impl.localfs that implement PublishedDocumentFactory
 class FSPublishedDocumentFactory
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.localfs with parameters of type PublishedDocumentFactory
 void LocalFSPublicationTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)
           
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.impl.service
 

Methods in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type PublishedDocumentFactory
 void ProxyTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName)
           
 void ProxyTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)
           
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.jbpm
 

Classes in org.nuxeo.ecm.platform.publisher.jbpm that implement PublishedDocumentFactory
 class CoreProxyWithWorkflowFactory
          Implementation of the PublishedDocumentFactory for core implementation using native proxy system with validation workflow.
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.remoting.client
 

Classes in org.nuxeo.ecm.platform.publisher.remoting.client that implement PublishedDocumentFactory
 class ClientProxyFactory
          Implementation of PublishedDocumentFactory for local tree pointing to a remote tree.
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.client with parameters of type PublishedDocumentFactory
 void ClientRemotePublicationTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String title)
           
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.remoting.server
 

Classes in org.nuxeo.ecm.platform.publisher.remoting.server that implement PublishedDocumentFactory
 class SimpleExternalDocumentModelFactory
          PublishedDocumentFactory implementation that creates DocumentModel instead of simple proxies.
 

Uses of PublishedDocumentFactory in org.nuxeo.ecm.platform.publisher.synchonize.server
 

Methods in org.nuxeo.ecm.platform.publisher.synchonize.server with parameters of type PublishedDocumentFactory
 void AbstractSynchonizablePublicationTree.initTree(String sid, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.