Class RenditionPublicationCoreTree
java.lang.Object
org.nuxeo.ecm.platform.publisher.api.AbstractBasePublicationTree
org.nuxeo.ecm.platform.publisher.impl.core.SectionPublicationTree
org.nuxeo.ecm.platform.publisher.impl.core.RootSectionsPublicationTree
org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationCoreTree
- All Implemented Interfaces:
Serializable
,PublicationNode
,PublicationTree
Implementation of
PublicationTree
that retrieve also any published
Rendition documents for the given document.- Since:
- 5.4.1
- Author:
- Thomas Roger, Tiry
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.publisher.impl.core.RootSectionsPublicationTree
currentDocument, rootFinder, useRootSections
Fields inherited from class org.nuxeo.ecm.platform.publisher.impl.core.SectionPublicationTree
CAN_ASK_FOR_PUBLISHING, DEFAULT_ROOT_PATH, treeRoot
Fields inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractBasePublicationTree
configName, coreSession, factory, ICON_COLLAPSED_KEY, ICON_EXPANDED_KEY, iconCollapsed, iconExpanded, ROOT_PATH_KEY, rootNode, rootPath, TITLE_KEY, treeTitle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<PublishedDocument>
protected List<PublishedDocument>
getPublishedDocumentsFromProxyDocument
(DocumentRef docRef, DocumentModel sourceDocument) Methods inherited from class org.nuxeo.ecm.platform.publisher.impl.core.RootSectionsPublicationTree
getChildrenNodes, getNodeByPath, initTree, setCurrentDocument
Methods inherited from class org.nuxeo.ecm.platform.publisher.impl.core.SectionPublicationTree
accept, canPublishTo, canUnpublish, getDefaultFactory, getDefaultRootPath, isPublicationNode, publish, publish, release, unpublish, unpublish, wrapToPublicationNode, wrapToPublishedDocument
Methods inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractBasePublicationTree
canManagePublishing, getChildrenDocuments, getConfigName, getIconCollapsed, getIconExpanded, getName, getNodeType, getParent, getPath, getPublishedDocumentInNode, getPublishedDocumentsFor, getTitle, getTree, getTreeTitle, getTreeType, getType, hasValidationTask, validatorPublishDocument, validatorRejectPublication
-
Field Details
-
RENDITION_PUBLISHED_DOCUMENTS_FROM_PROXY_DOCUMENT
- See Also:
-
RENDITION_PUBLISHED_DOCUMENTS_FROM_LIVE_DOCUMENT
- See Also:
-
-
Constructor Details
-
RenditionPublicationCoreTree
public RenditionPublicationCoreTree()
-
-
Method Details
-
getExistingPublishedDocument
- Specified by:
getExistingPublishedDocument
in interfacePublicationTree
- Overrides:
getExistingPublishedDocument
in classSectionPublicationTree
-
getPublishedDocumentsFromProxyDocument
protected List<PublishedDocument> getPublishedDocumentsFromProxyDocument(DocumentRef docRef, DocumentModel sourceDocument) -
getPublishedDocumentsFromLiveDocument
-