{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-comment-web",
      "artifactVersion": "2023.8.13",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.comment",
          "org.nuxeo.ecm.platform.comment.api",
          "org.nuxeo.ecm.platform.comment.core",
          "org.nuxeo.ecm.platform.comment.restapi",
          "org.nuxeo.ecm.platform.comment.web",
          "org.nuxeo.ecm.platform.comment.workflow"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment",
        "id": "grp:org.nuxeo.ecm.platform.comment",
        "name": "org.nuxeo.ecm.platform.comment",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [],
        "version": "2023.8"
      },
      "bundleId": "org.nuxeo.ecm.platform.comment.web",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.actions.ActionService--actions",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.actions/Contributions/org.nuxeo.ecm.platform.comment.actions--actions",
              "id": "org.nuxeo.ecm.platform.comment.actions--actions",
              "registrationOrder": 10,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.actions.ActionService",
                "name": "org.nuxeo.ecm.platform.actions.ActionService",
                "type": "service"
              },
              "version": "2023.8.13",
              "xml": "<extension point=\"actions\" target=\"org.nuxeo.ecm.platform.actions.ActionService\">\n    <action enabled=\"true\" id=\"view_comments\" label=\"action.view.comments\" link=\"/incl/tabs/document_comments.xhtml\" order=\"80\" type=\"rest_document_link\">\n      <category>VIEW_ACTION_LIST</category>\n      <filter-id>commentable</filter-id>\n      <filter-id>mutable_document</filter-id>\n      <filter-id>not_anonymous</filter-id>\n    </action>\n\n    <!-- add the comment creation button -->\n    <action enabled=\"true\" id=\"newComment\" label=\"command.add\" link=\"#{commentManagerActions.addComment}\" order=\"10\">\n      <category>COMMENT_ACTIONS</category>\n    </action>\n\n    <action enabled=\"true\" id=\"cancelComment\" label=\"command.cancel\" link=\"#{commentManagerActions.cancelComment}\" order=\"20\">\n      <category>COMMENT_ACTIONS</category>\n    </action>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.actions.ActionService--filters",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.actions/Contributions/org.nuxeo.ecm.platform.comment.actions--filters",
              "id": "org.nuxeo.ecm.platform.comment.actions--filters",
              "registrationOrder": 5,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.actions.ActionService",
                "name": "org.nuxeo.ecm.platform.actions.ActionService",
                "type": "service"
              },
              "version": "2023.8.13",
              "xml": "<extension point=\"filters\" target=\"org.nuxeo.ecm.platform.actions.ActionService\">\n    <filter id=\"comment\">\n      <rule grant=\"true\">\n        <type>Comment</type>\n      </rule>\n    </filter>\n\n    <filter id=\"commentable\">\n      <rule grant=\"true\">\n        <facet>Commentable</facet>\n      </rule>\n    </filter>\n\n    <filter id=\"canAddComment\">\n      <rule grant=\"true\">\n        <permission>AddChildren</permission>\n      </rule>\n    </filter>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.actions",
          "name": "org.nuxeo.ecm.platform.comment.actions",
          "requirements": [],
          "resolutionOrder": 325,
          "services": [],
          "startOrder": 283,
          "version": "2023.8.13",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.ecm.platform.comment.actions\">\n\n  <extension target=\"org.nuxeo.ecm.platform.actions.ActionService\"\n    point=\"actions\">\n    <action id=\"view_comments\" link=\"/incl/tabs/document_comments.xhtml\"\n      enabled=\"true\" order=\"80\" label=\"action.view.comments\" type=\"rest_document_link\">\n      <category>VIEW_ACTION_LIST</category>\n      <filter-id>commentable</filter-id>\n      <filter-id>mutable_document</filter-id>\n      <filter-id>not_anonymous</filter-id>\n    </action>\n\n    <!-- add the comment creation button -->\n    <action id=\"newComment\" link=\"#{commentManagerActions.addComment}\"\n      enabled=\"true\" label=\"command.add\" order=\"10\">\n      <category>COMMENT_ACTIONS</category>\n    </action>\n\n    <action id=\"cancelComment\" link=\"#{commentManagerActions.cancelComment}\"\n      enabled=\"true\" label=\"command.cancel\" order=\"20\">\n      <category>COMMENT_ACTIONS</category>\n    </action>\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.actions.ActionService\"\n    point=\"filters\">\n    <filter id=\"comment\">\n      <rule grant=\"true\">\n        <type>Comment</type>\n      </rule>\n    </filter>\n\n    <filter id=\"commentable\">\n      <rule grant=\"true\">\n        <facet>Commentable</facet>\n      </rule>\n    </filter>\n\n    <filter id=\"canAddComment\">\n      <rule grant=\"true\">\n        <permission>AddChildren</permission>\n      </rule>\n    </filter>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/comment-actions-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.types.TypeService--types",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.types/Contributions/org.nuxeo.ecm.platform.comment.types--types",
              "id": "org.nuxeo.ecm.platform.comment.types--types",
              "registrationOrder": 2,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.types.TypeService",
                "name": "org.nuxeo.ecm.platform.types.TypeService",
                "type": "service"
              },
              "version": "2023.8.13",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.platform.types.TypeService\">\n\n    <type id=\"CommentRoot\">\n      <label>CommentRoot</label>\n      <icon>/icons/folder.gif</icon>\n      <default-view>view_documents</default-view>\n      <layouts mode=\"any\">\n        <layout>heading</layout>\n      </layouts>\n    </type>\n\n    <type id=\"Comment\">\n      <label>label.document.comment</label>\n      <icon>/icons/comment.png</icon>\n      <default-view>comment_view</default-view>\n      <create-view>comment_create</create-view>\n    </type>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.types",
          "name": "org.nuxeo.ecm.platform.comment.types",
          "requirements": [],
          "resolutionOrder": 326,
          "services": [],
          "startOrder": 294,
          "version": "2023.8.13",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!-- Think about updating the life cycle doc types mapping in GeideLifeCycleExtensions.xml-->\n\n<component name=\"org.nuxeo.ecm.platform.comment.types\">\n\n  <extension target=\"org.nuxeo.ecm.platform.types.TypeService\" point=\"types\">\n\n    <type id=\"CommentRoot\">\n      <label>CommentRoot</label>\n      <icon>/icons/folder.gif</icon>\n      <default-view>view_documents</default-view>\n      <layouts mode=\"any\">\n        <layout>heading</layout>\n      </layouts>\n    </type>\n\n    <type id=\"Comment\">\n      <label>label.document.comment</label>\n      <icon>/icons/comment.png</icon>\n      <default-view>comment_view</default-view>\n      <create-view>comment_create</create-view>\n    </type>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/comment-types-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.forms.layout.WebLayoutManager--widgettypes",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.widgets/Contributions/org.nuxeo.ecm.platform.comment.widgets--widgettypes",
              "id": "org.nuxeo.ecm.platform.comment.widgets--widgettypes",
              "registrationOrder": 3,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.forms.layout.WebLayoutManager",
                "name": "org.nuxeo.ecm.platform.forms.layout.WebLayoutManager",
                "type": "service"
              },
              "version": "2023.8.13",
              "xml": "<extension point=\"widgettypes\" target=\"org.nuxeo.ecm.platform.forms.layout.WebLayoutManager\">\n\n    <widgetType name=\"document_comments_count\">\n      <configuration>\n        <sinceVersion>5.7.2</sinceVersion>\n        <title>Comments Count</title>\n        <description>\n          <p>This widget displays how many comments a document has.</p>\n          <p>\n            It requires the following fields configuration: first field maps\n            the document model.\n          </p>\n        </description>\n        <categories>\n          <category>summary</category>\n        </categories>\n        <supportedModes>\n          <mode>view</mode>\n        </supportedModes>\n        <!-- no configurable properties -->\n      </configuration>\n      <handler-class>\n        org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler\n      </handler-class>\n      <property name=\"template\">\n        /widgets/summary/comments_count_widget_template.xhtml\n      </property>\n    </widgetType>\n\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.forms.layout.WebLayoutManager--widgets",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.widgets/Contributions/org.nuxeo.ecm.platform.comment.widgets--widgets",
              "id": "org.nuxeo.ecm.platform.comment.widgets--widgets",
              "registrationOrder": 3,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.forms.layout.WebLayoutManager",
                "name": "org.nuxeo.ecm.platform.forms.layout.WebLayoutManager",
                "type": "service"
              },
              "version": "2023.8.13",
              "xml": "<extension point=\"widgets\" target=\"org.nuxeo.ecm.platform.forms.layout.WebLayoutManager\">\n\n    <widget name=\"document_comments_count\" type=\"document_comments_count\"/>\n\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.actions.ActionService--actions",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.widgets/Contributions/org.nuxeo.ecm.platform.comment.widgets--actions",
              "id": "org.nuxeo.ecm.platform.comment.widgets--actions",
              "registrationOrder": 11,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.actions.ActionService",
                "name": "org.nuxeo.ecm.platform.actions.ActionService",
                "type": "service"
              },
              "version": "2023.8.13",
              "xml": "<extension point=\"actions\" target=\"org.nuxeo.ecm.platform.actions.ActionService\">\n\n    <action id=\"summary_document_comments_count\" order=\"30\" type=\"widget\">\n      <category>SUMMARY_INDICATORS</category>\n      <filter-id>commentable</filter-id>\n      <filter-id>mutable_document</filter-id>\n      <filter-id>not_anonymous</filter-id>\n      <properties>\n        <property name=\"widgetName\">document_comments_count</property>\n      </properties>\n    </action>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web/org.nuxeo.ecm.platform.comment.widgets",
          "name": "org.nuxeo.ecm.platform.comment.widgets",
          "requirements": [],
          "resolutionOrder": 327,
          "services": [],
          "startOrder": 295,
          "version": "2023.8.13",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.ecm.platform.comment.widgets\">\n\n  <extension target=\"org.nuxeo.ecm.platform.forms.layout.WebLayoutManager\"\n    point=\"widgettypes\">\n\n    <widgetType name=\"document_comments_count\">\n      <configuration>\n        <sinceVersion>5.7.2</sinceVersion>\n        <title>Comments Count</title>\n        <description>\n          <p>This widget displays how many comments a document has.</p>\n          <p>\n            It requires the following fields configuration: first field maps\n            the document model.\n          </p>\n        </description>\n        <categories>\n          <category>summary</category>\n        </categories>\n        <supportedModes>\n          <mode>view</mode>\n        </supportedModes>\n        <!-- no configurable properties -->\n      </configuration>\n      <handler-class>\n        org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler\n      </handler-class>\n      <property name=\"template\">\n        /widgets/summary/comments_count_widget_template.xhtml\n      </property>\n    </widgetType>\n\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.forms.layout.WebLayoutManager\"\n    point=\"widgets\">\n\n    <widget name=\"document_comments_count\" type=\"document_comments_count\" />\n\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.actions.ActionService\"\n    point=\"actions\">\n\n    <action id=\"summary_document_comments_count\" type=\"widget\" order=\"30\">\n      <category>SUMMARY_INDICATORS</category>\n      <filter-id>commentable</filter-id>\n      <filter-id>mutable_document</filter-id>\n      <filter-id>not_anonymous</filter-id>\n      <properties>\n        <property name=\"widgetName\">document_comments_count</property>\n      </properties>\n    </action>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/widgets-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-comment-web-2023.8.13.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.comment/org.nuxeo.ecm.platform.comment.web",
      "id": "org.nuxeo.ecm.platform.comment.web",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven 3.6.1\r\nBuilt-By: root\r\nBuild-Jdk: 17.0.9\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 2023.8.13-t20240228-133214\r\nBundle-Name: comment web client\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.comment.web\r\nBundle-Vendor: Nuxeo\r\nBundle-Category: stateless\r\nNuxeo-Component: OSGI-INF/comment-actions-contrib.xml, OSGI-INF/comment-\r\n types-contrib.xml, OSGI-INF/widgets-contrib.xml\r\nRequire-Bundle: org.nuxeo.ecm.actions,org.nuxeo.ecm.platform.comment.api\r\n ,org.nuxeo.ecm.webapp.core\r\n\r\n",
      "maxResolutionOrder": 327,
      "minResolutionOrder": 325,
      "packages": [
        "nuxeo-jsf-ui"
      ],
      "requirements": [
        "org.nuxeo.ecm.actions",
        "org.nuxeo.ecm.platform.comment.api",
        "org.nuxeo.ecm.webapp.core"
      ],
      "version": "2023.8.13"
    }
  ],
  "creationDate": 1709128388721,
  "key": "Nuxeo Platform-2023.8",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.admin.center.analytics.dashboards",
        "org.nuxeo.admin.center.jsf",
        "org.nuxeo.admin.center.monitoring",
        "org.nuxeo.admin.center.oauth.opensocial",
        "org.nuxeo.ecm.automation.jsf",
        "org.nuxeo.elasticsearch.web",
        "org.nuxeo.ecm.localconf.web",
        "org.nuxeo.ecm.actions.jsf",
        "org.nuxeo.ecm.platform.audio.jsf",
        "org.nuxeo.ecm.platform.audit.web",
        "org.nuxeo.ecm.platform.comment.web",
        "org.nuxeo.ecm.platform.contentview.jsf",
        "org.nuxeo.ecm.directory.web",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.forms.layout.io",
        "org.nuxeo.ecm.platform.forms.layout.io.plugins",
        "org.nuxeo.ecm.platform.picture.jsf",
        "org.nuxeo.ecm.platform.io.web",
        "org.nuxeo.ecm.platform.login.token.jsf",
        "org.nuxeo.ecm.platform.notification.web",
        "org.nuxeo.ecm.platform.publisher.web",
        "org.nuxeo.ecm.relations.web",
        "org.nuxeo.ecm.platform.rendition.web",
        "org.nuxeo.ecm.platform.search.api",
        "org.nuxeo.ecm.platform.suggestbox.jsf",
        "org.nuxeo.ecm.platform.tag.web",
        "org.nuxeo.ecm.platform.task.web",
        "org.nuxeo.ecm.platform.ui.select2",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.platform.userworkspace.web",
        "org.nuxeo.ecm.platform.video.jsf",
        "org.nuxeo.ecm.webapp.ui",
        "org.nuxeo.ecm.webapp.base",
        "org.nuxeo.ecm.webapp.core",
        "org.nuxeo.ecm.platform.preview.jsf",
        "org.nuxeo.ecm.platform.routing.dashboard",
        "org.nuxeo.ecm.platform.routing.default.jsf",
        "org.nuxeo.ecm.platform.routing.web",
        "org.nuxeo.search.ui",
        "org.nuxeo.theme.migration",
        "org.nuxeo.ecm.user.center",
        "org.nuxeo.ecm.user.center.dashboard",
        "org.nuxeo.ecm.user.center.dashboard.jsf",
        "org.nuxeo.ecm.user.center.notification",
        "org.nuxeo.ecm.user.center.oauth",
        "org.nuxeo.ecm.user.center.profile.jsf",
        "org.nuxeo.web.resources.jsf"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/nuxeo-jsf-ui-2023.8.13",
      "id": "nuxeo-jsf-ui-2023.8.13",
      "name": "nuxeo-jsf-ui",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Nuxeo JSF UI",
      "version": "2023.8.13"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1709128388721,
  "version": "2023.8"
}