Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocument
-
-
Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.api
Methods in org.nuxeo.ecm.platform.publisher.api that return types with arguments of type PublishedDocument Modifier and Type Method Description List<PublishedDocument>
AbstractBasePublicationTree. getChildrenDocuments()
List<PublishedDocument>
PublicationNode. getChildrenDocuments()
List<PublishedDocument>
PublicationTree. getExistingPublishedDocument(DocumentLocation docLoc)
List<PublishedDocument>
AbstractBasePublicationTree. getPublishedDocumentInNode(PublicationNode node)
List<PublishedDocument>
PublicationTree. getPublishedDocumentInNode(PublicationNode node)
List<PublishedDocument>
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 PublishedDocument Modifier and Type Method Description protected 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 PublishedDocument Modifier and Type Class Description class
SimpleCorePublishedDocument
Implementations of thePublishedDocument
on top of the Core, using simple proxies.Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocument Modifier and Type Method Description PublishedDocument
SectionPublicationTree. publish(DocumentModel doc, PublicationNode targetNode)
PublishedDocument
SectionPublicationTree. publish(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
PublishedDocument
CoreProxyFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
PublishedDocument
CoreProxyFactory. wrapDocumentModel(DocumentModel doc)
PublishedDocument
SectionPublicationTree. wrapToPublishedDocument(DocumentModel documentModel)
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return types with arguments of type PublishedDocument Modifier and Type Method Description List<PublishedDocument>
CoreFolderPublicationNode. getChildrenDocuments()
List<PublishedDocument>
VirtualCoreFolderPublicationNode. getChildrenDocuments()
List<PublishedDocument>
SectionPublicationTree. getExistingPublishedDocument(DocumentLocation docLoc)
List<PublishedDocument>
CoreFolderPublicationNode. getPublishedDocumentsFor(String docId)
Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocument Modifier and Type Method Description protected boolean
SectionPublicationTree. accept(PublishedDocument publishedDocument)
boolean
SectionPublicationTree. canUnpublish(PublishedDocument publishedDocument)
void
SectionPublicationTree. unpublish(PublishedDocument publishedDocument)
DocumentModel
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 PublishedDocument Modifier and Type Method Description PublishedDocument
PublisherServiceImpl. publish(DocumentModel doc, PublicationNode targetNode)
PublishedDocument
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 PublishedDocument Modifier and Type Field Description protected PublishedDocument
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted. result
Methods in org.nuxeo.ecm.platform.publisher.task that return PublishedDocument Modifier and Type Method Description PublishedDocument
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted. getPublishedDocument()
PublishedDocument
CoreProxyWithWorkflowFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
PublishedDocument
CoreProxyWithWorkflowFactory. wrapDocumentModel(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type PublishedDocument Modifier and Type Method Description boolean
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 PublishedDocument Modifier and Type Method Description PublishedDocument
RenditionPublicationFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
Methods in org.nuxeo.ecm.platform.rendition.publisher that return types with arguments of type PublishedDocument Modifier and Type Method Description List<PublishedDocument>
RenditionPublicationCoreTree. 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 PublishedDocument Modifier and Type Method Description PublishedDocument
FolderishProxyFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
-