Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationTree
Package
Description
-
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.api
Modifier and TypeFieldDescriptionprotected PublicationTree
AbstractBasePublishedDocumentFactory.publicationTree
protected PublicationTree
AbstractPublicationNode.tree
Modifier and TypeMethodDescriptionPublisherService.getPublicationTree
(String treeName, CoreSession coreSession, Map<String, String> params) PublisherService.getPublicationTree
(String treeName, CoreSession coreSession, Map<String, String> params, DocumentModel currentDocument) PublisherService.getPublicationTreeFor
(DocumentModel doc, CoreSession coreSession) AbstractBasePublicationTree.getTree()
AbstractPublicationNode.getTree()
PublicationNode.getTree()
-
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.descriptors
Modifier and TypeMethodDescriptionClass<? extends PublicationTree>
PublicationTreeDescriptor.getKlass()
Modifier and TypeMethodDescriptionvoid
PublicationTreeDescriptor.setKlass
(Class<? extends PublicationTree> klass) -
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.helper
Modifier and TypeMethodDescriptionstatic PublicationTree
PublicationRelationHelper.getPublicationTreeUsedForPublishing
(DocumentModel documentModel, CoreSession coreSession) Modifier and TypeMethodDescriptionstatic void
PublicationRelationHelper.addPublicationRelation
(DocumentModel documentModel, PublicationTree publicationTree) -
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.impl.core
Modifier and TypeClassDescriptionclass
class
Simple implementation of aPublicationTree
using the Core Sections.ModifierConstructorDescriptionCoreFolderPublicationNode
(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
Modifier and TypeMethodDescriptionprotected PublicationTree
PublisherServiceImpl.buildTree
(String treeConfigName, CoreSession coreSession, Map<String, String> params) PublisherServiceImpl.getPublicationTree
(String treeName, CoreSession coreSession, Map<String, String> params) 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) PublisherServiceImpl.getPublicationTreeFor
(DocumentModel doc, CoreSession coreSession) -
Uses of PublicationTree in org.nuxeo.ecm.platform.rendition.publisher
Modifier and TypeClassDescriptionclass
Implementation ofPublicationTree
that retrieve also any published Rendition documents for the given document.