Contribution org.nuxeo.ecm.platform.content.template.listener--listener
In component org.nuxeo.ecm.platform.content.template.listener
org.nuxeo.ecm.platform.content.template.listener
inside nuxeo-platform-content-template-manager-5.8.jar
This contribution is part of XML component Documentation
Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the DublinCoreStorageService.
Extension Point
Extension point listener of component EventServiceComponent.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 call the
DublinCoreStorageService.
@author Thierry Delprat (td@nuxeo.com)
</documentation>
<listener async="false" class="org.nuxeo.ecm.platform.content.template.listener.ContentCreationListener" name="templateCreator" postCommit="false" priority="100">
</listener>
</extension>