Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.core.automation.contextContrib

Resolution Order

68
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.automation.contextContrib" version="1.0">

  <extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
             point="contextHelpers">
    <contextHelper id="Fn" class="org.nuxeo.ecm.automation.features.PlatformFunctions"/>
    <contextHelper id="HTTP" class="org.nuxeo.ecm.automation.features.HTTPHelper"/>
  </extension>

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Contribution to determine which uid sequence generator to use, either the defaultSequencer or hibernateSequencer.
      Since 10.1 the default value is false, so it will use the defaultSequencer.
    </documentation>
    <property name="org.nuxeo.ecm.core.uidgen.sequencer.hibernate">false</property>
  </extension>
</component>