Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationTree
Packages that use PublicationTree
Package
Description
-
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.api
Classes in org.nuxeo.ecm.platform.publisher.api that implement PublicationTreeFields in org.nuxeo.ecm.platform.publisher.api declared as PublicationTreeModifier and TypeFieldDescriptionprotected PublicationTree
AbstractBasePublishedDocumentFactory.publicationTree
protected PublicationTree
AbstractPublicationNode.tree
Methods in org.nuxeo.ecm.platform.publisher.api that return PublicationTreeModifier 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()
Constructors in org.nuxeo.ecm.platform.publisher.api with parameters of type PublicationTree -
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 PublicationTreeModifier and TypeMethodDescriptionClass<? extends PublicationTree>
PublicationTreeDescriptor.getKlass()
Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublicationTreeModifier and TypeMethodDescriptionvoid
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 PublicationTreeModifier and TypeMethodDescriptionstatic PublicationTree
PublicationRelationHelper.getPublicationTreeUsedForPublishing
(DocumentModel documentModel, CoreSession coreSession) Methods in org.nuxeo.ecm.platform.publisher.helper with parameters of type PublicationTreeModifier and TypeMethodDescriptionstatic 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 PublicationTreeModifier and TypeClassDescriptionclass
class
Simple implementation of aPublicationTree
using the Core Sections.Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationTreeModifierConstructorDescriptionCoreFolderPublicationNode
(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 PublicationTreeModifier 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
Classes in org.nuxeo.ecm.platform.rendition.publisher that implement PublicationTreeModifier and TypeClassDescriptionclass
Implementation ofPublicationTree
that retrieve also any published Rendition documents for the given document.