Uses of Interface
org.nuxeo.drive.adapter.ScrollFileSystemItemList
Package
Description
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.adapter
Modifier and TypeMethodDescriptionFolderItem.scrollDescendants
(String scrollId, int batchSize, long keepAlive) -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.adapter.impl
Modifier and TypeClassDescriptionclass
Default implementation of aScrollFileSystemItemList
based on anArrayList
.Modifier and TypeMethodDescriptionScrollFileSystemItemListDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc) protected ScrollFileSystemItemList
DocumentBackedFolderItem.doScrollDescendants
(String scrollId, int batchSize, long keepAlive) AbstractVirtualFolderItem.scrollDescendants
(String scrollId, int batchSize, long keepAlive) CollectionSyncRootFolderItem.scrollDescendants
(String scrollId, int batchSize, long keepAlive) DocumentBackedFolderItem.scrollDescendants
(String scrollId, int batchSize, long keepAlive) -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.hierarchy.permission.adapter
Modifier and TypeMethodDescriptionUserSyncRootParentFolderItem.scrollDescendants
(String scrollId, int batchSize, long keepAlive) -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.hierarchy.userworkspace.adapter
Modifier and TypeMethodDescriptionUserWorkspaceTopLevelFolderItem.scrollDescendants
(String scrollId, int batchSize, long keepAlive) -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.operations
Modifier and TypeMethodDescriptionprotected Blob
NuxeoDriveScrollDescendants.writeJSONBlob
(ScrollFileSystemItemList scrollFSIList) -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionFileSystemItemManager.scrollDescendants
(String id, NuxeoPrincipal principal, String scrollId, int batchSize, long keepAlive) Retrieves at mostbatchSize
descendants of theFolderItem
with the givenid
for the givenprincipal
and the givenscrollId
. -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.service.impl
Modifier and TypeMethodDescriptionFileSystemItemManagerImpl.scrollDescendants
(String id, NuxeoPrincipal principal, String scrollId, int batchSize, long keepAlive)