Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationTree
-
-
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.api
Classes in org.nuxeo.ecm.platform.publisher.api that implement PublicationTree Modifier and Type Class Description class
AbstractBasePublicationTree
Fields in org.nuxeo.ecm.platform.publisher.api declared as PublicationTree Modifier and Type Field Description protected PublicationTree
AbstractBasePublishedDocumentFactory. publicationTree
protected PublicationTree
AbstractPublicationNode. tree
Methods in org.nuxeo.ecm.platform.publisher.api that return PublicationTree Modifier and Type Method Description PublicationTree
PublisherService. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params)
PublicationTree
PublisherService. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params, DocumentModel currentDocument)
PublicationTree
PublisherService. getPublicationTreeFor(DocumentModel doc, CoreSession coreSession)
PublicationTree
AbstractBasePublicationTree. getTree()
PublicationTree
AbstractPublicationNode. getTree()
PublicationTree
PublicationNode. getTree()
Constructors in org.nuxeo.ecm.platform.publisher.api with parameters of type PublicationTree Constructor Description AbstractPublicationNode(PublicationTree tree)
-
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 Modifier and Type Method Description Class<? extends PublicationTree>
PublicationTreeDescriptor. getKlass()
Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublicationTree Modifier and Type Method Description void
PublicationTreeDescriptor. setKlass(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 Modifier and Type Method Description static PublicationTree
PublicationRelationHelper. getPublicationTreeUsedForPublishing(DocumentModel documentModel, CoreSession coreSession)
Methods in org.nuxeo.ecm.platform.publisher.helper with parameters of type PublicationTree Modifier and Type Method Description 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 Modifier and Type Class Description class
RootSectionsPublicationTree
class
SectionPublicationTree
Simple implementation of aPublicationTree
using the Core Sections.Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationTree 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 PublicationTree in org.nuxeo.ecm.platform.publisher.impl.service
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublicationTree Modifier and Type Method Description protected PublicationTree
PublisherServiceImpl. buildTree(String treeConfigName, CoreSession coreSession, Map<String,String> params)
PublicationTree
PublisherServiceImpl. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params)
PublicationTree
PublisherServiceImpl. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params, DocumentModel currentDocument)
protected PublicationTree
PublisherServiceImpl. getPublicationTree(PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String treeTitle)
PublicationTree
PublisherServiceImpl. getPublicationTreeFor(DocumentModel doc, CoreSession coreSession)
-
Uses of PublicationTree in org.nuxeo.ecm.platform.rendition.publisher
Classes in org.nuxeo.ecm.platform.rendition.publisher that implement PublicationTree Modifier and Type Class Description class
RenditionPublicationCoreTree
Implementation ofPublicationTree
that retrieve also any published Rendition documents for the given document.
-