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-platform-document-routing-dm-5.8.jar
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">
<facet name="TaskStep">
<schema name="task_step"/>
</facet>
<doctype extends="DocumentRouteStep" name="SimpleTask">
<facet name="RouteStep"/>
<facet name="TaskStep"/>
<facet name="Commentable"/>
</doctype>
<doctype extends="SimpleTask" name="FollowLifeCycleTransitionTask">
</doctype>
<doctype extends="SimpleTask" name="PublishTask">
</doctype>
<doctype extends="SimpleTask" name="ConditionalTask">
<schema name="conditional_task_step"/>
</doctype>
</extension>