{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-filemanager-core",
      "artifactVersion": "10.10-HF32",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.filemanager.api",
          "org.nuxeo.ecm.platform.filemanager.core",
          "org.nuxeo.ecm.platform.filemanager.core.listener"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager",
        "id": "grp:org.nuxeo.ecm.platform.filemanager",
        "name": "org.nuxeo.ecm.platform.filemanager",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [],
        "version": "10.10"
      },
      "bundleId": "org.nuxeo.ecm.platform.filemanager.core",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
          "documentation": "\n    The FileManager service provide a generic service for building Documents\n    form a simple File.\n  \n",
          "documentationHtml": "<p>\nThe FileManager service provide a generic service for building Documents\nform a simple File.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
              "descriptors": [
                "org.nuxeo.ecm.platform.filemanager.service.extension.FileImporterDescriptor",
                "org.nuxeo.ecm.platform.filemanager.service.extension.FolderImporterDescriptor",
                "org.nuxeo.ecm.platform.filemanager.service.extension.CreationContainerListProviderDescriptor"
              ],
              "documentation": "\n      The plugin system for the FileManager give the possibility to register\n      extension that will be responsible for creating a document from a given\n      mime-type. The plugin should implement the\n      org.nuxeo.ecm.platform.filemanager.interfaces.FileImporter interface.\n\n      The registration of a file importer can be done like this:\n\n      <code>\n    <plugin class=\"com.example.MyFileImporterImplementationClass\"\n        docType=\"MyCustomDoctype\" enabled=\"true\"\n        name=\"myCustomFileImporter\" order=\"30\">\n        <filter>text/plain</filter>\n    </plugin>\n</code>\n\n\n      The filter tag is used to know what mime-types can be used with the\n      plugin. The order tag is used to determine order between plugins.\n      \n      The docType attribute is optional. When added, an instance of the document type specified in it will be created. Otherwise, one of the default Nuxeo document types will be used.\n\n      A plugin can override an existing plugin by reusing the same name, in this\n      case the previous filters will be ignored. A plugin can be completely\n      disabled by setting enabled=\"false\".\n\n      Similarly, to override the default behavior to import folders, custom\n      folder importers are registered as follows:\n\n      <code>\n    <folderImporter\n        class=\"com.example.MyFolderImporterImplementationClass\" name=\"myCustomFolderImporter\"/>\n</code>\n\n\n      The latest registered folder importer will be used in place of any other\n      previously registered folder importer.\n\n      Finally is it also possible to register CreationContainerListProvider\n      implementations for a given set of document types so as to provide the\n      user with a list of container suitable for new document creation.\n\n      This feature is especially useful for the creation of new document from an\n      office productivity application through the LiveEdit plugins.\n\n      The docType is optional: no docType declaration means all types are\n      handled by the extension.\n\n      <code>\n    <creationContainerListProvider\n        class=\"com.example.MyCustomContainerListImplementationClass\" name=\"myCustomContainerListProvider\">\n        <docType>File</docType>\n        <docType>Note</docType>\n    </creationContainerListProvider>\n</code>\n",
              "documentationHtml": "<p>\nThe plugin system for the FileManager give the possibility to register\nextension that will be responsible for creating a document from a given\nmime-type. The plugin should implement the\norg.nuxeo.ecm.platform.filemanager.interfaces.FileImporter interface.\n</p><p>\nThe registration of a file importer can be done like this:\n</p><p>\n</p><pre><code>    &lt;plugin class&#61;&#34;com.example.MyFileImporterImplementationClass&#34;\n        docType&#61;&#34;MyCustomDoctype&#34; enabled&#61;&#34;true&#34;\n        name&#61;&#34;myCustomFileImporter&#34; order&#61;&#34;30&#34;&gt;\n        &lt;filter&gt;text/plain&lt;/filter&gt;\n    &lt;/plugin&gt;\n</code></pre><p>\nThe filter tag is used to know what mime-types can be used with the\nplugin. The order tag is used to determine order between plugins.\n</p><p>\nThe docType attribute is optional. When added, an instance of the document type specified in it will be created. Otherwise, one of the default Nuxeo document types will be used.\n</p><p>\nA plugin can override an existing plugin by reusing the same name, in this\ncase the previous filters will be ignored. A plugin can be completely\ndisabled by setting enabled&#61;&#34;false&#34;.\n</p><p>\nSimilarly, to override the default behavior to import folders, custom\nfolder importers are registered as follows:\n</p><p>\n</p><pre><code>    &lt;folderImporter\n        class&#61;&#34;com.example.MyFolderImporterImplementationClass&#34; name&#61;&#34;myCustomFolderImporter&#34;/&gt;\n</code></pre><p>\nThe latest registered folder importer will be used in place of any other\npreviously registered folder importer.\n</p><p>\nFinally is it also possible to register CreationContainerListProvider\nimplementations for a given set of document types so as to provide the\nuser with a list of container suitable for new document creation.\n</p><p>\nThis feature is especially useful for the creation of new document from an\noffice productivity application through the LiveEdit plugins.\n</p><p>\nThe docType is optional: no docType declaration means all types are\nhandled by the extension.\n</p><p>\n</p><pre><code>    &lt;creationContainerListProvider\n        class&#61;&#34;com.example.MyCustomContainerListImplementationClass&#34; name&#61;&#34;myCustomContainerListProvider&#34;&gt;\n        &lt;docType&gt;File&lt;/docType&gt;\n        &lt;docType&gt;Note&lt;/docType&gt;\n    &lt;/creationContainerListProvider&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService/ExtensionPoints/org.nuxeo.ecm.platform.filemanager.service.FileManagerService--plugins",
              "id": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService--plugins",
              "label": "plugins (org.nuxeo.ecm.platform.filemanager.service.FileManagerService)",
              "name": "plugins",
              "version": "10.10-HF32"
            },
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
              "descriptors": [
                "org.nuxeo.ecm.platform.filemanager.service.extension.UnicityExtension"
              ],
              "documentation": "\n      The unicity extension point adds a digest to the given field using the\n      given algorithm. If the same file is already on the server, a new Message\n      is send to JMS bus with DocumentLocation if the existing files.\n      <code>\n    <unicitySettings>\n        <enabled>true</enabled>\n        <algo>sha-256</algo>\n        <field>file:content</field>\n        <computeDigest>true</computeDigest>\n    </unicitySettings>\n</code>\n",
              "documentationHtml": "<p>\nThe unicity extension point adds a digest to the given field using the\ngiven algorithm. If the same file is already on the server, a new Message\nis send to JMS bus with DocumentLocation if the existing files.\n</p><p></p><pre><code>    &lt;unicitySettings&gt;\n        &lt;enabled&gt;true&lt;/enabled&gt;\n        &lt;algo&gt;sha-256&lt;/algo&gt;\n        &lt;field&gt;file:content&lt;/field&gt;\n        &lt;computeDigest&gt;true&lt;/computeDigest&gt;\n    &lt;/unicitySettings&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService/ExtensionPoints/org.nuxeo.ecm.platform.filemanager.service.FileManagerService--unicity",
              "id": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService--unicity",
              "label": "unicity (org.nuxeo.ecm.platform.filemanager.service.FileManagerService)",
              "name": "unicity",
              "version": "10.10-HF32"
            },
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
              "descriptors": [
                "org.nuxeo.ecm.platform.filemanager.service.extension.VersioningDescriptor"
              ],
              "documentation": "\n      CAUTION deprecated extension point since 9.1, versioning has been removed from file manager, if you want to\n      provide automatic versioning, contribute policy to versioning service.\n\n      @since 5.7\n      The versioning extension point defines the versioning option that will be\n      used when incrementing the document version at file import (DnD,\n      Import button)\n      The default value will be MINOR, to keep compatibility with previous\n      releases.\n      Possible values are NONE, MINOR OR MAJOR (see VersioningOption enumeration)\n      Other values will raise an IllegalArgumentException\n      <code>\n    <versioning>\n        <defaultVersioningOption>MAJOR</defaultVersioningOption>\n    </versioning>\n</code>\n",
              "documentationHtml": "<p>\nCAUTION deprecated extension point since 9.1, versioning has been removed from file manager, if you want to\nprovide automatic versioning, contribute policy to versioning service.\n</p><p>\n&#64;since 5.7\nThe versioning extension point defines the versioning option that will be\nused when incrementing the document version at file import (DnD,\nImport button)\nThe default value will be MINOR, to keep compatibility with previous\nreleases.\nPossible values are NONE, MINOR OR MAJOR (see VersioningOption enumeration)\nOther values will raise an IllegalArgumentException\n</p><p></p><pre><code>    &lt;versioning&gt;\n        &lt;defaultVersioningOption&gt;MAJOR&lt;/defaultVersioningOption&gt;\n    &lt;/versioning&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService/ExtensionPoints/org.nuxeo.ecm.platform.filemanager.service.FileManagerService--versioning",
              "id": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService--versioning",
              "label": "versioning (org.nuxeo.ecm.platform.filemanager.service.FileManagerService)",
              "name": "versioning",
              "version": "10.10-HF32"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
          "name": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
          "requirements": [],
          "resolutionOrder": 366,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService/Services/org.nuxeo.ecm.platform.filemanager.api.FileManager",
              "id": "org.nuxeo.ecm.platform.filemanager.api.FileManager",
              "overriden": false,
              "version": "10.10-HF32"
            }
          ],
          "startOrder": 894,
          "version": "10.10-HF32",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component\n  name=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService\">\n\n  <implementation\n    class=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.platform.filemanager.api.FileManager\" />\n  </service>\n\n  <documentation>\n    The FileManager service provide a generic service for building Documents\n    form a simple File.\n  </documentation>\n\n  <extension-point name=\"plugins\">\n    <documentation>\n      The plugin system for the FileManager give the possibility to register\n      extension that will be responsible for creating a document from a given\n      mime-type. The plugin should implement the\n      org.nuxeo.ecm.platform.filemanager.interfaces.FileImporter interface.\n\n      The registration of a file importer can be done like this:\n\n      <code>\n        <plugin name=\"myCustomFileImporter\"\n          class=\"com.example.MyFileImporterImplementationClass\" enabled=\"true\"\n          docType=\"MyCustomDoctype\" order=\"30\">\n          <filter>text/plain</filter>\n        </plugin>\n      </code>\n\n      The filter tag is used to know what mime-types can be used with the\n      plugin. The order tag is used to determine order between plugins.\n      \n      The docType attribute is optional. When added, an instance of the document type specified in it will be created. Otherwise, one of the default Nuxeo document types will be used.\n\n      A plugin can override an existing plugin by reusing the same name, in this\n      case the previous filters will be ignored. A plugin can be completely\n      disabled by setting enabled=\"false\".\n\n      Similarly, to override the default behavior to import folders, custom\n      folder importers are registered as follows:\n\n      <code>\n        <folderImporter name=\"myCustomFolderImporter\"\n          class=\"com.example.MyFolderImporterImplementationClass\" />\n      </code>\n\n      The latest registered folder importer will be used in place of any other\n      previously registered folder importer.\n\n      Finally is it also possible to register CreationContainerListProvider\n      implementations for a given set of document types so as to provide the\n      user with a list of container suitable for new document creation.\n\n      This feature is especially useful for the creation of new document from an\n      office productivity application through the LiveEdit plugins.\n\n      The docType is optional: no docType declaration means all types are\n      handled by the extension.\n\n      <code>\n        <creationContainerListProvider name=\"myCustomContainerListProvider\"\n          class=\"com.example.MyCustomContainerListImplementationClass\">\n          <docType>File</docType>\n          <docType>Note</docType>\n        </creationContainerListProvider>\n      </code>\n    </documentation>\n\n    <object\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.FileImporterDescriptor\" />\n    <object\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.FolderImporterDescriptor\" />\n    <object\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.CreationContainerListProviderDescriptor\" />\n  </extension-point>\n\n  <extension-point name=\"unicity\">\n    <documentation>\n      The unicity extension point adds a digest to the given field using the\n      given algorithm. If the same file is already on the server, a new Message\n      is send to JMS bus with DocumentLocation if the existing files.\n      <code>\n        <unicitySettings>\n          <enabled>true</enabled>\n          <algo>sha-256</algo>\n          <field>file:content</field>\n          <computeDigest>true</computeDigest>\n        </unicitySettings>\n      </code>\n    </documentation>\n\n    <object\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.UnicityExtension\" />\n  </extension-point>\n\n  <extension-point name=\"versioning\">\n    <documentation>\n      CAUTION deprecated extension point since 9.1, versioning has been removed from file manager, if you want to\n      provide automatic versioning, contribute policy to versioning service.\n\n      @since 5.7\n      The versioning extension point defines the versioning option that will be\n      used when incrementing the document version at file import (DnD,\n      Import button)\n      The default value will be MINOR, to keep compatibility with previous\n      releases.\n      Possible values are NONE, MINOR OR MAJOR (see VersioningOption enumeration)\n      Other values will raise an IllegalArgumentException\n      <code>\n        <versioning>\n          <defaultVersioningOption>MAJOR</defaultVersioningOption>\n        </versioning>\n      </code>\n    </documentation>\n\n    <object\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.VersioningDescriptor\" />\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/nxfilemanager-service.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentation": "Component to carry default extension points.\n",
          "documentationHtml": "<p>\nComponent to carry default extension points.</p>",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      Default plugins for the file manager.\n\n      NoteImporter creates a Note document from any text-based content.\n\n      DefaultFileImporter creates a File document from any content.\n    \n",
              "documentationHtml": "<p>\nDefault plugins for the file manager.\n</p><p>\nNoteImporter creates a Note document from any text-based content.\n</p><p>\nDefaultFileImporter creates a File document from any content.\n</p><p></p>",
              "extensionPoint": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService--plugins",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins/Contributions/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins--plugins",
              "id": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins--plugins",
              "registrationOrder": 2,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
                "name": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
                "type": "service"
              },
              "version": "10.10-HF32",
              "xml": "<extension point=\"plugins\" target=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService\">\n    <documentation>\n      Default plugins for the file manager.\n\n      NoteImporter creates a Note document from any text-based content.\n\n      DefaultFileImporter creates a File document from any content.\n    </documentation>\n\n    <plugin class=\"org.nuxeo.ecm.platform.filemanager.service.extension.NoteImporter\" name=\"NoteImporter\" order=\"10\">\n      <filter>text/plain</filter>\n      <filter>text/html</filter>\n      <filter>application/xhtml+xml</filter>\n      <filter>text/x-web-markdown</filter>\n    </plugin>\n\n    <plugin class=\"org.nuxeo.ecm.platform.filemanager.service.extension.DefaultFileImporter\" name=\"DefaultFileImporter\" order=\"100\">\n      <filter>.*</filter>\n    </plugin>\n\n    <plugin class=\"org.nuxeo.ecm.platform.filemanager.service.extension.ExportedZipImporter\" name=\"ExportedArchivePlugin\" order=\"10\">\n      <filter>application/zip</filter>\n    </plugin>\n\n    <plugin class=\"org.nuxeo.ecm.platform.filemanager.service.extension.CSVZipImporter\" name=\"CSVArchivePlugin\" order=\"11\">\n      <filter>application/zip</filter>\n    </plugin>\n\n    <documentation>\n      Use a query model to find the list of all Workspaces the user has the\n      right to create new document into.\n    </documentation>\n    <creationContainerListProvider class=\"org.nuxeo.ecm.platform.filemanager.service.extension.DefaultCreationContainerListProvider\" name=\"defaultCreationContainerListProvider\"/>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentation": "\n      Unicity Service disabled by default.\n    \n",
              "documentationHtml": "<p>\nUnicity Service disabled by default.\n</p><p></p>",
              "extensionPoint": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService--unicity",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins/Contributions/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins--unicity",
              "id": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins--unicity",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
                "name": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService",
                "type": "service"
              },
              "version": "10.10-HF32",
              "xml": "<extension point=\"unicity\" target=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService\">\n    <documentation>\n      Unicity Service disabled by default.\n    </documentation>\n\n    <unicitySettings>\n      <algo>sha-256</algo>\n      <field>file:content</field>\n      <enabled>false</enabled>\n      <computeDigest>false</computeDigest>\n    </unicitySettings>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins",
          "name": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins",
          "requirements": [],
          "resolutionOrder": 367,
          "services": [],
          "startOrder": 344,
          "version": "10.10-HF32",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component\n  name=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService.Plugins\">\n  <documentation>Component to carry default extension points.</documentation>\n\n  <extension\n    target=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService\"\n    point=\"plugins\">\n    <documentation>\n      Default plugins for the file manager.\n\n      NoteImporter creates a Note document from any text-based content.\n\n      DefaultFileImporter creates a File document from any content.\n    </documentation>\n\n    <plugin name=\"NoteImporter\"\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.NoteImporter\"\n      order=\"10\">\n      <filter>text/plain</filter>\n      <filter>text/html</filter>\n      <filter>application/xhtml+xml</filter>\n      <filter>text/x-web-markdown</filter>\n    </plugin>\n\n    <plugin name=\"DefaultFileImporter\"\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.DefaultFileImporter\"\n      order=\"100\">\n      <filter>.*</filter>\n    </plugin>\n\n    <plugin name=\"ExportedArchivePlugin\"\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.ExportedZipImporter\"\n      order=\"10\">\n      <filter>application/zip</filter>\n    </plugin>\n\n    <plugin name=\"CSVArchivePlugin\"\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.CSVZipImporter\"\n      order=\"11\">\n      <filter>application/zip</filter>\n    </plugin>\n\n    <documentation>\n      Use a query model to find the list of all Workspaces the user has the\n      right to create new document into.\n    </documentation>\n    <creationContainerListProvider name=\"defaultCreationContainerListProvider\"\n      class=\"org.nuxeo.ecm.platform.filemanager.service.extension.DefaultCreationContainerListProvider\" />\n  </extension>\n\n  <extension\n    target=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService\"\n    point=\"unicity\">\n    <documentation>\n      Unicity Service disabled by default.\n    </documentation>\n\n    <unicitySettings>\n      <algo>sha-256</algo>\n      <field>file:content</field>\n      <enabled>false</enabled>\n      <computeDigest>false</computeDigest>\n    </unicitySettings>\n  </extension>\n</component>\n\n",
          "xmlFileName": "/OSGI-INF/nxfilemanager-plugins-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.query.api.PageProviderService--providers",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders/Contributions/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders--providers",
              "id": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders--providers",
              "registrationOrder": 18,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.query.api.PageProviderService",
                "name": "org.nuxeo.ecm.platform.query.api.PageProviderService",
                "type": "service"
              },
              "version": "10.10-HF32",
              "xml": "<extension point=\"providers\" target=\"org.nuxeo.ecm.platform.query.api.PageProviderService\">\n\n    <coreQueryPageProvider name=\"DEFAULT_CREATION_CONTAINER_LIST_PROVIDER\">\n      <pattern>\n        SELECT * FROM Document WHERE ecm:primaryType IN ('Workspace',\n        'Folder') AND ecm:isTrashed = 0\n      </pattern>\n      <sort ascending=\"true\" column=\"ecm:path\"/>\n    </coreQueryPageProvider>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core/org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders",
          "name": "org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders",
          "requirements": [],
          "resolutionOrder": 368,
          "services": [],
          "startOrder": 343,
          "version": "10.10-HF32",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component\n  name=\"org.nuxeo.ecm.platform.filemanager.service.FileManagerService.PageProviders\">\n\n  <extension target=\"org.nuxeo.ecm.platform.query.api.PageProviderService\"\n    point=\"providers\">\n\n    <coreQueryPageProvider name=\"DEFAULT_CREATION_CONTAINER_LIST_PROVIDER\">\n      <pattern>\n        SELECT * FROM Document WHERE ecm:primaryType IN ('Workspace',\n        'Folder') AND ecm:isTrashed = 0\n      </pattern>\n      <sort column=\"ecm:path\" ascending=\"true\" />\n    </coreQueryPageProvider>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/nxfilemanager-pageprovider-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-filemanager-core-10.10-HF32.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.filemanager/org.nuxeo.ecm.platform.filemanager.core",
      "id": "org.nuxeo.ecm.platform.filemanager.core",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: 1.6.0_20 (Sun Microsystems Inc.)\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_222\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 0.0.0.SNAPSHOT\r\nExport-Package: org.nuxeo.ecm.platform.filemanager,org.nuxeo.ecm.platf\r\n orm.filemanager.service,org.nuxeo.ecm.platform.filemanager.service.ex\r\n tension\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Category: runtime\r\nBundle-Localization: plugin\r\nBundle-Name: NXFileManager\r\nBundle-RequiredExecutionEnvironment: JavaSE-1.6\r\nBundle-Vendor: Nuxeo\r\nNuxeo-Component: OSGI-INF/nxfilemanager-service.xml,OSGI-INF/nxfileman\r\n ager-plugins-contrib.xml,OSGI-INF/nxfilemanager-pageprovider-contrib.\r\n xml\r\nImport-Package: au.com.bytecode.opencsv,javax.annotation;version=\"1.0\"\r\n ,org.apache.commons.logging,org.nuxeo.common.collections,org.nuxeo.co\r\n mmon.utils,org.nuxeo.common.xmap.annotation,org.nuxeo.ecm.core;api=sp\r\n lit,org.nuxeo.ecm.core.api;api=split,org.nuxeo.ecm.core.api.facet,org\r\n .nuxeo.ecm.core.api.impl,org.nuxeo.ecm.core.api.impl.blob,org.nuxeo.e\r\n cm.core.api.repository,org.nuxeo.ecm.core.api.security,org.nuxeo.ecm.\r\n core.io,org.nuxeo.ecm.core.io.impl,org.nuxeo.ecm.core.io.impl.plugins\r\n ,org.nuxeo.ecm.core.schema,org.nuxeo.ecm.core.schema.types,org.nuxeo.\r\n ecm.core.schema.types.primitives,org.nuxeo.ecm.core.search.api.client\r\n .querymodel,org.nuxeo.ecm.core.search.api.client.querymodel.descripto\r\n r,org.nuxeo.ecm.directory;api=split,org.nuxeo.ecm.platform.filemanage\r\n r.api,org.nuxeo.ecm.platform.filemanager.utils,org.nuxeo.ecm.platform\r\n .mimetype,org.nuxeo.ecm.platform.mimetype.interfaces,org.nuxeo.ecm.pl\r\n atform.types,org.nuxeo.ecm.platform.versioning.api,org.nuxeo.runtime,\r\n org.nuxeo.runtime.api,org.nuxeo.runtime.model\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.filemanager.core\r\n\r\n",
      "maxResolutionOrder": 368,
      "minResolutionOrder": 366,
      "packages": [
        "nuxeo-10.10-HF32"
      ],
      "requirements": [],
      "version": "10.10-HF32"
    }
  ],
  "creationDate": 1664793571025,
  "key": "Nuxeo Platform LTS 2019-10.10",
  "name": "Nuxeo Platform LTS 2019",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.elasticsearch.core",
        "org.nuxeo.launcher.commons",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.api",
        "org.nuxeo.ecm.platform.comment.restapi",
        "org.nuxeo.ecm.platform.filemanager.api",
        "org.nuxeo.ecm.platform.filemanager.core",
        "org.nuxeo.ecm.platform.oauth",
        "org.nuxeo.ecm.platform.rendition.core",
        "org.nuxeo.ecm.platform.spreadsheet.web",
        "org.nuxeo.ecm.platform.spreadsheet.web-ui",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.ecm.platform.restapi.server.routing",
        "org.nuxeo.ecm.platform.routing.web",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF31:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF32-1.0.0",
      "id": "nuxeo-10.10-HF32-1.0.0",
      "name": "nuxeo-10.10-HF32",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF32",
      "version": "1.0.0"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1547942400000,
  "version": "10.10"
}