Contribution org.nuxeo.ecm.platform.routing.dm.CoreExtensions--doctype
In component org.nuxeo.ecm.platform.routing.dm.CoreExtensions
org.nuxeo.ecm.platform.routing.dm.CoreExtensions
inside nuxeo-routing-dm-9.10.jar /OSGI-INF/dm-task-core-types-contrib.xml
This contribution is part of XML component Extension Point
Extension point doctype of component TypeService.Contributed Items
XML Source
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<facet name="TaskStep">
<schema name="task_step"/>
</facet>
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<doctype extends="DocumentRouteStep" name="SimpleTask">
<facet name="RouteStep"/>
<facet name="TaskStep"/>
<facet name="Commentable"/>
</doctype>
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<doctype extends="SimpleTask" name="FollowLifeCycleTransitionTask">
</doctype>
<!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
<doctype extends="SimpleTask" name="PublishTask">
</doctype>
<doctype extends="SimpleTask" name="ConditionalTask">
<schema name="conditional_task_step"/>
</doctype>
</extension>