Platform Explorer / Nuxeo Platform 2021

Contribution org.nuxeo.nuxeo.ecm.platform.video.doctype--doctype

This contribution is part of XML component org.nuxeo.nuxeo.ecm.platform.video.doctype inside nuxeo-platform-video-2021.1.19.jar /OSGI-INF/core-types-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Registration Order

37
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

  • <facet name="Video">
          <schema name="file"/>
          <schema name="video"/>
          <schema name="picture"/>
        </facet>
  • <facet name="HasStoryboard"/>
  • <facet name="HasVideoPreview"/>
  • <doctype extends="Document" name="Video">
          <schema name="common"/>
          <schema name="dublincore"/>
          <schema name="uid"/>
          <schema name="files"/>
          <facet name="Commentable"/>
          <facet name="Versionable"/>
          <facet name="Publishable"/>
          <facet name="Video"/>
          <facet name="HasStoryboard"/>
          <facet name="HasVideoPreview"/>
          <facet name="NXTag"/>
        </doctype>
  • <doctype append="true" name="Workspace">
          <subtypes>
            <type>Video</type>
          </subtypes>
        </doctype>
  • <doctype append="true" name="Folder">
          <subtypes>
            <type>Video</type>
          </subtypes>
        </doctype>
  • <doctype append="true" name="OrderedFolder">
          <subtypes>
            <type>Video</type>
          </subtypes>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="Video">
      <schema name="file"/>
      <schema name="video"/>
      <schema name="picture"/>
    </facet>

    <facet name="HasStoryboard"/>
    <facet name="HasVideoPreview"/>

    <doctype extends="Document" name="Video">
      <schema name="common"/>
      <schema name="dublincore"/>
      <schema name="uid"/>
      <schema name="files"/>
      <facet name="Commentable"/>
      <facet name="Versionable"/>
      <facet name="Publishable"/>
      <facet name="Video"/>
      <facet name="HasStoryboard"/>
      <facet name="HasVideoPreview"/>
      <facet name="NXTag"/>
    </doctype>

    <doctype append="true" name="Workspace">
      <subtypes>
        <type>Video</type>
      </subtypes>
    </doctype>

    <doctype append="true" name="Folder">
      <subtypes>
        <type>Video</type>
      </subtypes>
    </doctype>

    <doctype append="true" name="OrderedFolder">
      <subtypes>
        <type>Video</type>
      </subtypes>
    </doctype>
  </extension>