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 TypeInterfaceDescriptioninterfaceInterface 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 TypeMethodDescriptionbooleanAbstractBasePublicationTree.canPublishTo(PublicationNode publicationNode) booleanPublicationTree.canPublishTo(PublicationNode publicationNode) Returnstrueif the current user can publish to the specified publicationNode,falseotherwise.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) voidPublicationTree.unpublish(DocumentModel doc, PublicationNode targetNode) voidPublisherService.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 TypeClassDescriptionclassImplementation of thePublicationNodefor Simple Core Folders.classclassSimple implementation of aPublicationTreeusing the Core Sections.classFields 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.childrenNodesMethods 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 TypeMethodDescriptionbooleanSectionPublicationTree.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) voidSectionPublicationTree.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) voidPublisherServiceImpl.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 TypeClassDescriptionclassImplementation ofPublicationTreethat 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)