Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.core.query.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.core.query.properties inside nuxeo-core-query-7.10.jar /OSGI-INF/core-query-properties.xml

Documentation

Property that defines the default maxPageSize to use when no value is defined on the page provider contribution. Value '0' means no limit.

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.pageprovider.default-max-page-size">1000</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that defines the default maxPageSize to use when no
      value is defined on the page provider contribution.
      Value '0' means no limit.
    </documentation>
    <property name="nuxeo.pageprovider.default-max-page-size">1000</property>
  </extension>