Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.platform.rendition.publisher--tree

This contribution is part of XML component org.nuxeo.ecm.platform.rendition.publisher inside nuxeo-platform-rendition-publisher-10.10.jar /OSGI-INF/rendition-publisher-contrib.xml

Documentation

PublicationTree that allows retrieving all the published Rendition documents in addition to the 'standard' proxies for the given document.

Extension Point

Extension point tree of component PublisherServiceImpl.

Registration Order

1
The registration order represents the order in which this contribution was registered on its target extention point. This will impact the override/merge behaviour when it is implemented on the target service, and is useful for proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).

Contributed Items

  • <publicationTree class="org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationCoreTree" name="RenditionPublicationCoreTree"/>

XML Source

<extension point="tree" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      PublicationTree that allows retrieving all the published Rendition documents
      in addition to the 'standard' proxies for the given document.
    </documentation>
    <publicationTree class="org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationCoreTree" name="RenditionPublicationCoreTree"/>

  </extension>