Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocument
Packages that use PublishedDocument
Package
Description
-
Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.api
Methods in org.nuxeo.ecm.platform.publisher.api that return PublishedDocumentModifier and TypeMethodDescriptionAbstractBasePublicationTree.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) PublishedDocumentFactory.wrapDocumentModel
(DocumentModel doc) AbstractBasePublicationTree.wrapToPublishedDocument
(DocumentModel documentModel) PublicationTree.wrapToPublishedDocument
(DocumentModel documentModel) Methods in org.nuxeo.ecm.platform.publisher.api that return types with arguments of type PublishedDocumentModifier and TypeMethodDescriptionAbstractBasePublicationTree.getChildrenDocuments()
PublicationNode.getChildrenDocuments()
PublicationTree.getExistingPublishedDocument
(DocumentLocation docLoc) AbstractBasePublicationTree.getPublishedDocumentInNode
(PublicationNode node) PublicationTree.getPublishedDocumentInNode
(PublicationNode node) AbstractBasePublicationTree.getPublishedDocumentsFor
(String docId) default List<PublishedDocument>
PublicationNode.getPublishedDocumentsFor
(String docId) Returns only the published documents for the givendoc
.Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocumentModifier and TypeMethodDescriptionprotected abstract boolean
AbstractBasePublicationTree.accept
(PublishedDocument publishedDocument) boolean
AbstractBasePublicationTree.canManagePublishing
(PublishedDocument publishedDocument) boolean
AbstractBasePublishedDocumentFactory.canManagePublishing
(PublishedDocument publishedDocument) boolean
PublicationTree.canManagePublishing
(PublishedDocument publishedDocument) Returnstrue
if the current user can manage the publishing of the given publishedDocument, ie approve or reject the document.boolean
PublishedDocumentFactory.canManagePublishing
(PublishedDocument publishedDocument) boolean
AbstractBasePublicationTree.canUnpublish
(PublishedDocument publishedDocument) boolean
PublicationTree.canUnpublish
(PublishedDocument publishedDocument) Returnstrue
if the current user can unpublish the given publishedDocument,false
otherwise.boolean
AbstractBasePublicationTree.hasValidationTask
(PublishedDocument publishedDocument) boolean
AbstractBasePublishedDocumentFactory.hasValidationTask
(PublishedDocument publishedDocument) boolean
PublicationTree.hasValidationTask
(PublishedDocument publishedDocument) boolean
PublishedDocumentFactory.hasValidationTask
(PublishedDocument publishedDocument) void
PublicationTree.unpublish
(PublishedDocument publishedDocument) void
AbstractBasePublicationTree.validatorPublishDocument
(PublishedDocument publishedDocument, String comment) void
AbstractBasePublishedDocumentFactory.validatorPublishDocument
(PublishedDocument publishedDocument, String comment) void
PublicationTree.validatorPublishDocument
(PublishedDocument publishedDocument, String comment) A validator (the current user) approves the publication.void
PublishedDocumentFactory.validatorPublishDocument
(PublishedDocument publishedDocument, String comment) A validator (the current user) approves the publication.void
AbstractBasePublicationTree.validatorRejectPublication
(PublishedDocument publishedDocument, String comment) void
AbstractBasePublishedDocumentFactory.validatorRejectPublication
(PublishedDocument publishedDocument, String comment) void
PublicationTree.validatorRejectPublication
(PublishedDocument publishedDocument, String comment) A validator (the current user) rejects the publication.void
PublishedDocumentFactory.validatorRejectPublication
(PublishedDocument publishedDocument, String comment) A validator (the current user) rejects the publication. -
Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.impl.core
Classes in org.nuxeo.ecm.platform.publisher.impl.core that implement PublishedDocumentModifier and TypeClassDescriptionclass
Implementations of thePublishedDocument
on top of the Core, using simple proxies.Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocumentModifier and TypeMethodDescriptionSectionPublicationTree.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) CoreProxyFactory.wrapDocumentModel
(DocumentModel doc) SectionPublicationTree.wrapToPublishedDocument
(DocumentModel documentModel) Methods in org.nuxeo.ecm.platform.publisher.impl.core that return types with arguments of type PublishedDocumentModifier and TypeMethodDescriptionCoreFolderPublicationNode.getChildrenDocuments()
VirtualCoreFolderPublicationNode.getChildrenDocuments()
SectionPublicationTree.getExistingPublishedDocument
(DocumentLocation docLoc) CoreFolderPublicationNode.getPublishedDocumentsFor
(String docId) Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocumentModifier and TypeMethodDescriptionprotected boolean
SectionPublicationTree.accept
(PublishedDocument publishedDocument) boolean
SectionPublicationTree.canUnpublish
(PublishedDocument publishedDocument) void
SectionPublicationTree.unpublish
(PublishedDocument publishedDocument) CoreProxyFactory.unwrapPublishedDocument
(PublishedDocument pubDoc) -
Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.impl.service
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublishedDocumentModifier and TypeMethodDescriptionPublisherServiceImpl.publish
(DocumentModel doc, PublicationNode targetNode) PublisherServiceImpl.publish
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) -
Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.task
Fields in org.nuxeo.ecm.platform.publisher.task declared as PublishedDocumentModifier and TypeFieldDescriptionprotected PublishedDocument
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.result
Methods in org.nuxeo.ecm.platform.publisher.task that return PublishedDocumentModifier and TypeMethodDescriptionCoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.getPublishedDocument()
CoreProxyWithWorkflowFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) CoreProxyWithWorkflowFactory.wrapDocumentModel
(DocumentModel doc) Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type PublishedDocumentModifier and TypeMethodDescriptionboolean
CoreProxyWithWorkflowFactory.canManagePublishing
(PublishedDocument publishedDocument) boolean
CoreProxyWithWorkflowFactory.hasValidationTask
(PublishedDocument publishedDocument) protected boolean
CoreProxyWithWorkflowFactory.isPublished
(PublishedDocument publishedDocument, CoreSession session) void
CoreProxyWithWorkflowFactory.validatorPublishDocument
(PublishedDocument publishedDocument, String comment) void
CoreProxyWithWorkflowFactory.validatorRejectPublication
(PublishedDocument publishedDocument, String comment) -
Uses of PublishedDocument in org.nuxeo.ecm.platform.rendition.publisher
Methods in org.nuxeo.ecm.platform.rendition.publisher that return PublishedDocumentModifier and TypeMethodDescriptionRenditionPublicationFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params) Methods in org.nuxeo.ecm.platform.rendition.publisher that return types with arguments of type PublishedDocumentModifier and TypeMethodDescriptionRenditionPublicationCoreTree.getExistingPublishedDocument
(DocumentLocation docLoc) protected List<PublishedDocument>
RenditionPublicationCoreTree.getPublishedDocumentsFromLiveDocument
(DocumentRef docRef) protected List<PublishedDocument>
RenditionPublicationCoreTree.getPublishedDocumentsFromProxyDocument
(DocumentRef docRef, DocumentModel sourceDocument) -
Uses of PublishedDocument in org.nuxeo.snapshot.pub
Methods in org.nuxeo.snapshot.pub that return PublishedDocumentModifier and TypeMethodDescriptionFolderishProxyFactory.publishDocument
(DocumentModel doc, PublicationNode targetNode, Map<String, String> params)