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 booleanAbstractBasePublicationTree. accept(PublishedDocument publishedDocument)booleanAbstractBasePublicationTree. canManagePublishing(PublishedDocument publishedDocument)booleanAbstractBasePublishedDocumentFactory. canManagePublishing(PublishedDocument publishedDocument)booleanPublicationTree. canManagePublishing(PublishedDocument publishedDocument)Returnstrueif the current user can manage the publishing of the given publishedDocument, ie approve or reject the document.booleanPublishedDocumentFactory. canManagePublishing(PublishedDocument publishedDocument)booleanAbstractBasePublicationTree. canUnpublish(PublishedDocument publishedDocument)booleanPublicationTree. canUnpublish(PublishedDocument publishedDocument)Returnstrueif the current user can unpublish the given publishedDocument,falseotherwise.booleanAbstractBasePublicationTree. hasValidationTask(PublishedDocument publishedDocument)booleanAbstractBasePublishedDocumentFactory. hasValidationTask(PublishedDocument publishedDocument)booleanPublicationTree. hasValidationTask(PublishedDocument publishedDocument)booleanPublishedDocumentFactory. hasValidationTask(PublishedDocument publishedDocument)voidPublicationTree. unpublish(PublishedDocument publishedDocument)voidAbstractBasePublicationTree. validatorPublishDocument(PublishedDocument publishedDocument, String comment)voidAbstractBasePublishedDocumentFactory. validatorPublishDocument(PublishedDocument publishedDocument, String comment)voidPublicationTree. validatorPublishDocument(PublishedDocument publishedDocument, String comment)A validator (the current user) approves the publication.voidPublishedDocumentFactory. validatorPublishDocument(PublishedDocument publishedDocument, String comment)A validator (the current user) approves the publication.voidAbstractBasePublicationTree. validatorRejectPublication(PublishedDocument publishedDocument, String comment)voidAbstractBasePublishedDocumentFactory. validatorRejectPublication(PublishedDocument publishedDocument, String comment)voidPublicationTree. validatorRejectPublication(PublishedDocument publishedDocument, String comment)A validator (the current user) rejects the publication.voidPublishedDocumentFactory. 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 classSimpleCorePublishedDocumentImplementations of thePublishedDocumenton top of the Core, using simple proxies.Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocument Modifier and Type Method Description PublishedDocumentSectionPublicationTree. publish(DocumentModel doc, PublicationNode targetNode)PublishedDocumentSectionPublicationTree. publish(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)PublishedDocumentCoreProxyFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)PublishedDocumentCoreProxyFactory. wrapDocumentModel(DocumentModel doc)PublishedDocumentSectionPublicationTree. 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 booleanSectionPublicationTree. accept(PublishedDocument publishedDocument)booleanSectionPublicationTree. canUnpublish(PublishedDocument publishedDocument)voidSectionPublicationTree. unpublish(PublishedDocument publishedDocument)DocumentModelCoreProxyFactory. 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 PublishedDocumentPublisherServiceImpl. publish(DocumentModel doc, PublicationNode targetNode)PublishedDocumentPublisherServiceImpl. 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 PublishedDocumentCoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted. resultMethods in org.nuxeo.ecm.platform.publisher.task that return PublishedDocument Modifier and Type Method Description PublishedDocumentCoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted. getPublishedDocument()PublishedDocumentCoreProxyWithWorkflowFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)PublishedDocumentCoreProxyWithWorkflowFactory. wrapDocumentModel(DocumentModel doc)Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type PublishedDocument Modifier and Type Method Description booleanCoreProxyWithWorkflowFactory. canManagePublishing(PublishedDocument publishedDocument)booleanCoreProxyWithWorkflowFactory. hasValidationTask(PublishedDocument publishedDocument)protected booleanCoreProxyWithWorkflowFactory. isPublished(PublishedDocument publishedDocument, CoreSession session)voidCoreProxyWithWorkflowFactory. validatorPublishDocument(PublishedDocument publishedDocument, String comment)voidCoreProxyWithWorkflowFactory. 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 PublishedDocumentRenditionPublicationFactory. 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 PublishedDocumentFolderishProxyFactory. publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
-