Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationNode
Packages that use PublicationNode
Package
Description
-
Uses of PublicationNode in org.nuxeo.ecm.platform.publisher.api
Subinterfaces of PublicationNode in org.nuxeo.ecm.platform.publisher.apiModifier and TypeInterfaceDescriptioninterface
Interface for the publication tree.Classes in org.nuxeo.ecm.platform.publisher.api that implement PublicationNodeFields in org.nuxeo.ecm.platform.publisher.api declared as PublicationNodeMethods in org.nuxeo.ecm.platform.publisher.api that return PublicationNodeModifier 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) Methods in org.nuxeo.ecm.platform.publisher.api that return types with arguments of type PublicationNodeModifier and TypeMethodDescriptionAbstractBasePublicationTree.getChildrenNodes()
PublicationNode.getChildrenNodes()
Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublicationNodeModifier 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
Classes in org.nuxeo.ecm.platform.publisher.impl.core that implement PublicationNodeModifier and TypeClassDescriptionclass
Implementation of thePublicationNode
for Simple Core Folders.class
class
Simple implementation of aPublicationTree
using the Core Sections.class
Fields in org.nuxeo.ecm.platform.publisher.impl.core declared as PublicationNodeFields in org.nuxeo.ecm.platform.publisher.impl.core with type parameters of type PublicationNodeModifier and TypeFieldDescriptionprotected List<PublicationNode>
CoreFolderPublicationNode.childrenNodes
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublicationNodeModifier and TypeMethodDescriptionRootSectionsPublicationTree.getNodeByPath
(String path) SectionPublicationTree.getNodeByPath
(String path) CoreFolderPublicationNode.getParent()
VirtualCoreFolderPublicationNode.getParent()
SectionPublicationTree.wrapToPublicationNode
(DocumentModel documentModel) Methods in org.nuxeo.ecm.platform.publisher.impl.core that return types with arguments of type PublicationNodeModifier and TypeMethodDescriptionCoreFolderPublicationNode.getChildrenNodes()
RootSectionsPublicationTree.getChildrenNodes()
VirtualCoreFolderPublicationNode.getChildrenNodes()
Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationNodeModifier 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) Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationNodeModifierConstructorDescriptionCoreFolderPublicationNode
(DocumentModel doc, PublicationTree tree, PublicationNode parent, PublishedDocumentFactory factory) -
Uses of PublicationNode in org.nuxeo.ecm.platform.publisher.impl.service
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublicationNodeModifier and TypeMethodDescriptionPublisherServiceImpl.wrapToPublicationNode
(DocumentModel documentModel, CoreSession coreSession) Methods in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type PublicationNodeModifier 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
Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type PublicationNodeModifier and TypeMethodDescriptionCoreProxyWithWorkflowFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) -
Uses of PublicationNode in org.nuxeo.ecm.platform.rendition.publisher
Classes in org.nuxeo.ecm.platform.rendition.publisher that implement PublicationNodeModifier and TypeClassDescriptionclass
Implementation ofPublicationTree
that retrieve also any published Rendition documents for the given document.Methods in org.nuxeo.ecm.platform.rendition.publisher with parameters of type PublicationNodeModifier and TypeMethodDescriptionRenditionPublicationFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) -
Uses of PublicationNode in org.nuxeo.snapshot.pub
Methods in org.nuxeo.snapshot.pub with parameters of type PublicationNodeModifier and TypeMethodDescriptionFolderishProxyFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params)