Contribution filemanager.core.listener.digest--listener
In component filemanager.core.listener.digest
filemanager.core.listener.digest
inside nuxeo-platform-filemanager-2021.53.3.jar /OSGI-INF/filemanager-digestcomputer-event-contrib.xml
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).
This contribution is part of XML component Documentation
Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and generates digests for blobs according to filemanager configuration.
Extension Point
Extension point listener of component EventServiceComponent.Registration Order
26
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
XML Source
<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
<documentation>
Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and generates digests
for blobs according to filemanager configuration.
@author Thierry Delprat (td@nuxeo.com)
</documentation>
<listener async="false" class="org.nuxeo.ecm.platform.filemanager.core.listener.DigestComputer" name="digestListener" postCommit="false" priority="140">
<event>aboutToCreate</event>
<event>beforeDocumentModification</event>
</listener>
</extension>