Extension point scroll
In component org.nuxeo.ecm.core.scroll.service
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="scroll" target="org.nuxeo.ecm.core.scroll.service"> <scroll class="org.nuxeo.ecm.core.scroll.RepositoryScroll" default="true" name="repository" type="document"/> <scroll class="org.nuxeo.ecm.core.scroll.StaticScroll" name="list" type="static"/> </extension>
-
<extension point="scroll" target="org.nuxeo.ecm.core.scroll.service"> <scroll class="org.nuxeo.elasticsearch.scroll.ElasticSearchScroll" name="elastic" type="document"/> </extension>