Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationNode
Package
Description
-
Uses of PublicationNode in org.nuxeo.ecm.platform.publisher.api
Modifier and TypeInterfaceDescriptioninterface
Interface for the publication tree.Modifier and TypeMethodDescriptionPublicationTree.getNodeByPath
(String path) AbstractBasePublicationTree.getParent()
PublicationNode.getParent()
AbstractBasePublicationTree.wrapToPublicationNode
(DocumentModel documentModel) PublicationTree.wrapToPublicationNode
(DocumentModel documentModel) Returns a PublicationNode for the current tree built on the givendocumentModel
.PublisherService.wrapToPublicationNode
(DocumentModel documentModel, CoreSession coreSession) Modifier and TypeMethodDescriptionAbstractBasePublicationTree.getChildrenNodes()
PublicationNode.getChildrenNodes()
Modifier and TypeMethodDescriptionboolean
AbstractBasePublicationTree.canPublishTo
(PublicationNode publicationNode) boolean
PublicationTree.canPublishTo
(PublicationNode publicationNode) Returnstrue
if the current user can publish to the specified publicationNode,false
otherwise.AbstractBasePublicationTree.getPublishedDocumentInNode
(PublicationNode node) PublicationTree.getPublishedDocumentInNode
(PublicationNode node) AbstractBasePublicationTree.publish
(DocumentModel doc, PublicationNode targetNode) AbstractBasePublicationTree.publish
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) PublicationTree.publish
(DocumentModel doc, PublicationNode targetNode) PublicationTree.publish
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) PublisherService.publish
(DocumentModel doc, PublicationNode targetNode) PublisherService.publish
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) AbstractBasePublishedDocumentFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode) PublishedDocumentFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode) PublishedDocumentFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) void
PublicationTree.unpublish
(DocumentModel doc, PublicationNode targetNode) void
PublisherService.unpublish
(DocumentModel doc, PublicationNode targetNode) -
Uses of PublicationNode in org.nuxeo.ecm.platform.publisher.impl.core
Modifier and TypeClassDescriptionclass
Implementation of thePublicationNode
for Simple Core Folders.class
class
Simple implementation of aPublicationTree
using the Core Sections.class
Modifier and TypeFieldDescriptionprotected List<PublicationNode>
CoreFolderPublicationNode.childrenNodes
Modifier and TypeMethodDescriptionRootSectionsPublicationTree.getNodeByPath
(String path) SectionPublicationTree.getNodeByPath
(String path) CoreFolderPublicationNode.getParent()
VirtualCoreFolderPublicationNode.getParent()
SectionPublicationTree.wrapToPublicationNode
(DocumentModel documentModel) Modifier and TypeMethodDescriptionCoreFolderPublicationNode.getChildrenNodes()
RootSectionsPublicationTree.getChildrenNodes()
VirtualCoreFolderPublicationNode.getChildrenNodes()
Modifier and TypeMethodDescriptionboolean
SectionPublicationTree.canPublishTo
(PublicationNode publicationNode) SectionPublicationTree.publish
(DocumentModel doc, PublicationNode targetNode) SectionPublicationTree.publish
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) CoreProxyFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) void
SectionPublicationTree.unpublish
(DocumentModel doc, PublicationNode targetNode) ModifierConstructorDescriptionCoreFolderPublicationNode
(DocumentModel doc, PublicationTree tree, PublicationNode parent, PublishedDocumentFactory factory) -
Uses of PublicationNode in org.nuxeo.ecm.platform.publisher.impl.service
Modifier and TypeMethodDescriptionPublisherServiceImpl.wrapToPublicationNode
(DocumentModel documentModel, CoreSession coreSession) Modifier and TypeMethodDescriptionPublisherServiceImpl.publish
(DocumentModel doc, PublicationNode targetNode) PublisherServiceImpl.publish
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) void
PublisherServiceImpl.unpublish
(DocumentModel doc, PublicationNode targetNode) -
Uses of PublicationNode in org.nuxeo.ecm.platform.publisher.task
Modifier and TypeMethodDescriptionCoreProxyWithWorkflowFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) -
Uses of PublicationNode in org.nuxeo.ecm.platform.rendition.publisher
Modifier and TypeClassDescriptionclass
Implementation ofPublicationTree
that retrieve also any published Rendition documents for the given document.Modifier and TypeMethodDescriptionRenditionPublicationFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) -
Uses of PublicationNode in org.nuxeo.snapshot.pub
Modifier and TypeMethodDescriptionFolderishProxyFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params)