Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.core.opencmis.configuration--configuration

This contribution is part of XML component org.nuxeo.ecm.core.opencmis.configuration inside nuxeo-opencmis-impl-10.10-HF20.jar /OSGI-INF/properties-contrib.xml

Documentation

Properties for relaxing the CMIS specifications. Note that setting any property of them to true gives a behavior that is contrary to the CMIS specification. Please be aware the risk of doing so.

  • "org.nuxeo.cmis.relaxSpec": Relaxing CMIS specification control, default to false. Setting this property to true allows users to relax the CMIS specification and use customized CMISQL. It allows multiple CONTAINS in CMISQL, contrary to the specification 1.1, section 2.1.14.2.4.4, where at most one CONTAINS() function must be included in a single query statement. Currently, JOIN predicate is not supported in such mode. This relax mode must NOT be used with DBS (Document-Based Storage), like MongoDB or MarkLogic.
  • "org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion": Property that makes it an error to call CMIS cancelCheckOut on a draft version (0.0).

Extension Point

Extension point configuration of component ConfigurationService.

Registration Order

23
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

  • <property name="org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion">false</property>
  • <property name="org.nuxeo.cmis.relaxSpec">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Properties for relaxing the CMIS specifications. Note that setting any property of them to true gives a behavior
      that is contrary to the CMIS specification. Please be aware the risk of doing so.
      <ul>
        <li>
          "org.nuxeo.cmis.relaxSpec":
          Relaxing CMIS specification control, default to false. Setting this property to true allows users to relax
          the CMIS specification and use customized CMISQL. It allows multiple CONTAINS in CMISQL, contrary to the
          specification 1.1, section 2.1.14.2.4.4, where at most one CONTAINS() function must be included in a single
          query statement. Currently, JOIN predicate is not supported in such mode. This relax mode must NOT be used
          with DBS (Document-Based Storage), like MongoDB or MarkLogic.
        </li>
        <li>
          "org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion":
          Property that makes it an error to call CMIS cancelCheckOut on a draft version (0.0).
        </li>
      </ul>
    </documentation>
    <property name="org.nuxeo.cmis.errorOnCancelCheckOutOfDraftVersion">false</property>
    <property name="org.nuxeo.cmis.relaxSpec">false</property>
  </extension>