Contribution org.nuxeo.ecm.core.LifecycleCoreExtensions--types
In component org.nuxeo.ecm.core.LifecycleCoreExtensions
org.nuxeo.ecm.core.LifecycleCoreExtensions
inside nuxeo-core-2021.57.3.jar /OSGI-INF/LifeCycleCoreExtensions.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
Nuxeo core default document types to life cycles mapping
Extension Point
Extension point types of component LifeCycleService.Registration Order
2
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="types" target="org.nuxeo.ecm.core.lifecycle.LifeCycleService">
<documentation>
Nuxeo core default document types to life cycles mapping
</documentation>
<types>
<type name="File">default</type>
<type name="Note">default</type>
<type name="Calendar">default</type>
<type name="Folder">default</type>
<type name="OrderedFolder">default</type>
<type name="Workspace">default</type>
<type name="Domain">default</type>
<type name="Root">default</type>
<type name="Section">default</type>
<type name="WorkspaceRoot">default</type>
<type name="SectionRoot">default</type>
<type name="TemplateRoot">default</type>
</types>
</extension>