Uses of Interface
org.nuxeo.ecm.core.api.scroll.Scroll
Package
Description
-
Uses of Scroll in org.nuxeo.ecm.blob.azure
Modifier and TypeClassDescriptionclass
Scroll blobs of the Azure blob store of aAzureBlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.ecm.blob.s3
Modifier and TypeClassDescriptionclass
Scroll objects of the s3 blob store of a #S3BlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.ecm.core.api.scroll
Modifier and TypeMethodDescriptionScrollService.scroll
(ScrollRequest request) Returns aScroll
instance to execute the request. -
Uses of Scroll in org.nuxeo.ecm.core.blob.scroll
Modifier and TypeClassDescriptionclass
AbstractBlobScroll<T extends BlobStoreBlobProvider>
Abstract class to scroll blobs from a blob provider, the scroll query is the provider id.class
Scroll blobs of the In-Memory blob store of a #InMemoryBlobProvider
, the scroll query is the provider id.class
Scroll blobs of the Local blob store of a #LocalBlobProvider
, the scroll query is the provider id.class
Meta Scroll to scroll the blobs of the blob provider(s) of a repository, the scroll query is the repository name. -
Uses of Scroll in org.nuxeo.ecm.core.bulk.computation
Modifier and TypeMethodDescriptionprotected Scroll
BulkScrollerComputation.buildScroll
(BulkCommand command) -
Uses of Scroll in org.nuxeo.ecm.core.scroll
Modifier and TypeClassDescriptionclass
Executes the scroll on an empty result set, useful for external scrollers.class
Scrolls document identifiers using the repository search.class
Returns a static result list of identifiers.Modifier and TypeMethodDescriptionScrollDescriptor.newScrollInstance()
ScrollServiceImpl.scroll
(ScrollRequest request) -
Uses of Scroll in org.nuxeo.ecm.core.storage.gcp
Modifier and TypeClassDescriptionclass
Scroll files of the Google Storage blob store of aGoogleStorageBlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.ecm.core.storage.mongodb.blob
Modifier and TypeClassDescriptionclass
Scroll files of the GridFS blob store of aGridFSBlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.elasticsearch.scroll