Platform Explorer / Nuxeo Platform 2025.8

Component org.nuxeo.audit.core.types-contrib

Aliases

  • org.nuxeo.ecm.platform.audit.core.types-contrib

Resolution Order

241
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.audit.core.types-contrib" version="1.0">
  <!-- Alias is deprecated since 2025.0 -->
  <alias>org.nuxeo.ecm.platform.audit.core.types-contrib</alias>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="basicauditsearch" prefix="bas" src="schemas/basicauditsearch.xsd" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">

    <facet name="ForceAudit" />

    <doctype name="BasicAuditSearch" extends="Document">
      <schema name="basicauditsearch" />
      <schema name="dublincore" />
      <schema name="common" />
    </doctype>

  </extension>

</component>