Component org.nuxeo.ecm.platform.rendition.publisher.relations.listener
Resolution Order
488
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component
name="org.nuxeo.ecm.platform.rendition.publisher.relations.listener">
<extension target="org.nuxeo.ecm.core.event.EventServiceComponent"
point="listener">
<documentation>
Copies the relations from a replaced proxy to the new
proxy.
</documentation>
<listener name="publishRelationsListener" async="false"
postCommit="false"
class="org.nuxeo.ecm.platform.relations.core.listener.PublishRelationsListener"
priority="50">
<event>renditionProxyPublished</event>
</listener>
</extension>
</component>