Contribution org.nuxeo.ecm.platform.routing.dm.types--types
In component org.nuxeo.ecm.platform.routing.dm.types
org.nuxeo.ecm.platform.routing.dm.types
inside nuxeo-routing-dm-2021.47.4.jar /OSGI-INF/dm-task-ecm-types-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 Extension Point
Extension point types of component TypeService.Registration Order
10
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.platform.types.TypeService">
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<type coreType="SimpleTask" id="SimpleTask">
<label>Simple Task</label>
<icon>/icons/step.png</icon>
<bigIcon>/icons/step_100.png</bigIcon>
<category>Steps</category>
<description>File.description</description>
<default-view>view_documents</default-view>
<edit-view>edit_route_element</edit-view>
<layouts mode="any">
<layout>heading</layout>
<layout>task_step</layout>
</layouts>
</type>
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<type coreType="FollowLifeCycleTransitionTask" id="FollowLifeCycleTransitionTask">
<label>Follow life cycle transition task</label>
<icon>/icons/step.png</icon>
<bigIcon>/icons/step_100.png</bigIcon>
<category>Steps</category>
<description>File.description</description>
<default-view>view_documents</default-view>
<edit-view>edit_route_element</edit-view>
<layouts mode="any">
<layout>heading</layout>
<layout>follow_lc_transition_task_step</layout>
</layouts>
</type>
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<type coreType="PublishTask" id="PublishTask">
<label>Publish Task</label>
<icon>/icons/step.png</icon>
<bigIcon>/icons/step_100.png</bigIcon>
<category>Steps</category>
<description>File.description</description>
<default-view>view_documents</default-view>
<edit-view>edit_route_element</edit-view>
<layouts mode="any">
<layout>heading</layout>
<layout>pusblishing_task_step</layout>
</layouts>
</type>
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<type coreType="ConditionalTask" id="ConditionalTask">
<label>ConditionalTask</label>
<icon>/icons/step.png</icon>
<bigIcon>/icons/step_100.png</bigIcon>
<category>Steps</category>
<description>File.description</description>
<default-view>view_documents</default-view>
<edit-view>edit_route_element</edit-view>
<layouts mode="edit">
<layout>conditional_task_step</layout>
</layouts>
<layouts mode="any">
<layout>heading</layout>
<layout>conditional_task_step</layout>
</layouts>
</type>
</extension>