Nuxeo Enterprise Platform 5.4

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

Packages that use PublicationTree
org.nuxeo.ecm.platform.publisher.api   
org.nuxeo.ecm.platform.publisher.descriptors   
org.nuxeo.ecm.platform.publisher.helper   
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.remoting.client   
org.nuxeo.ecm.platform.publisher.remoting.server   
org.nuxeo.ecm.platform.publisher.synchonize.client   
org.nuxeo.ecm.platform.publisher.synchonize.server   
org.nuxeo.ecm.platform.publisher.web   
 

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

Classes in org.nuxeo.ecm.platform.publisher.api that implement PublicationTree
 class AbstractBasePublicationTree
           
 

Methods in org.nuxeo.ecm.platform.publisher.api that return PublicationTree
 PublicationTree PublisherService.getPublicationTree(java.lang.String treeName, CoreSession coreSession, java.util.Map<java.lang.String,java.lang.String> params)
           
 PublicationTree PublisherService.getPublicationTree(java.lang.String treeName, CoreSession coreSession, java.util.Map<java.lang.String,java.lang.String> params, DocumentModel currentDocument)
           
 PublicationTree PublisherService.getPublicationTreeFor(DocumentModel doc, CoreSession coreSession)
           
 

Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.descriptors
 

Methods in org.nuxeo.ecm.platform.publisher.descriptors that return types with arguments of type PublicationTree
 java.lang.Class<? extends PublicationTree> PublicationTreeDescriptor.getKlass()
           
 

Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublicationTree
 void PublicationTreeDescriptor.setKlass(java.lang.Class<? extends PublicationTree> klass)
           
 

Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.helper
 

Methods in org.nuxeo.ecm.platform.publisher.helper that return PublicationTree
static PublicationTree PublicationRelationHelper.getPublicationTreeUsedForPublishing(DocumentModel documentModel, CoreSession coreSession)
           
 

Methods in org.nuxeo.ecm.platform.publisher.helper with parameters of type PublicationTree
static void PublicationRelationHelper.addPublicationRelation(DocumentModel documentModel, PublicationTree publicationTree)
           
 

Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.impl.core
 

Classes in org.nuxeo.ecm.platform.publisher.impl.core that implement PublicationTree
 class RootSectionsPublicationTree
           
 class SectionPublicationTree
          Simple implementation of a PublicationTree using the Core Sections.
 

Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationTree
CoreFolderPublicationNode(DocumentModel doc, PublicationTree tree, PublicationNode parent, PublishedDocumentFactory factory)
           
CoreFolderPublicationNode(DocumentModel doc, PublicationTree tree, PublishedDocumentFactory factory)
           
 

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

Classes in org.nuxeo.ecm.platform.publisher.impl.localfs that implement PublicationTree
 class LocalFSPublicationTree
           
 

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

Classes in org.nuxeo.ecm.platform.publisher.impl.service that implement PublicationTree
 class AbstractRemotableTree
          Abstract class for PublicationTree that delegates method calls to a remote service.
 class ProxyTree
          Remotable implementation of the PublicationTree interface.
 

Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublicationTree
 PublicationTree PublisherServiceImpl.getPublicationTree(java.lang.String treeName, CoreSession coreSession, java.util.Map<java.lang.String,java.lang.String> params)
           
 PublicationTree PublisherServiceImpl.getPublicationTree(java.lang.String treeName, CoreSession coreSession, java.util.Map<java.lang.String,java.lang.String> params, DocumentModel currentDocument)
           
 PublicationTree PublisherServiceImpl.getPublicationTreeFor(DocumentModel doc, CoreSession coreSession)
           
static PublicationTree PublisherServiceImpl.getTreeBySid(java.lang.String sid)
           
 

Constructors in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type PublicationTree
ProxyTree(PublicationTree tree, java.lang.String sid)
           
 

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

Classes in org.nuxeo.ecm.platform.publisher.remoting.client that implement PublicationTree
 class ClientRemotePublicationTree
          PublicationTree implementation that points to a remote tree on a remote server
 

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

Classes in org.nuxeo.ecm.platform.publisher.remoting.server that implement PublicationTree
 class CoreTreeWithExternalDocs
          PublicationTree implementation that supports having plain Documents directly inside the sections.
 

Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.synchonize.client
 

Subinterfaces of PublicationTree in org.nuxeo.ecm.platform.publisher.synchonize.client
 interface ClientSynchonizedPublicationTree
           
 

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

Subinterfaces of PublicationTree in org.nuxeo.ecm.platform.publisher.synchonize.server
 interface ServerSynchronizablePublicationTree
           
 

Classes in org.nuxeo.ecm.platform.publisher.synchonize.server that implement PublicationTree
 class AbstractSynchonizablePublicationTree
           
 

Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.web
 

Methods in org.nuxeo.ecm.platform.publisher.web that return PublicationTree
 PublicationTree PublishActionsBean.getCurrentPublicationTreeForPublishing()
           
 

Methods in org.nuxeo.ecm.platform.publisher.web with parameters of type PublicationTree
 java.lang.String PublishActionsBean.doPublish(PublicationTree tree, PublicationNode publicationNode)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.