Uses of Interface
org.nuxeo.drive.adapter.ScrollFileSystemItemList
-
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemList
FolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement ScrollFileSystemItemList Modifier and Type Class Description class
ScrollFileSystemItemListImpl
Default implementation of aScrollFileSystemItemList
based on anArrayList
.Methods in org.nuxeo.drive.adapter.impl that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemList
ScrollFileSystemItemListDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)
protected ScrollFileSystemItemList
DocumentBackedFolderItem. doScrollDescendants(String scrollId, int batchSize, long keepAlive)
ScrollFileSystemItemList
AbstractVirtualFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)
ScrollFileSystemItemList
CollectionSyncRootFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)
ScrollFileSystemItemList
DocumentBackedFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.hierarchy.permission.adapter
Methods in org.nuxeo.drive.hierarchy.permission.adapter that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemList
UserSyncRootParentFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.hierarchy.userworkspace.adapter
Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemList
UserWorkspaceTopLevelFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.operations
Methods in org.nuxeo.drive.operations with parameters of type ScrollFileSystemItemList Modifier and Type Method Description protected Blob
NuxeoDriveScrollDescendants. writeJSONBlob(ScrollFileSystemItemList scrollFSIList)
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemList
FileSystemItemManager. 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
Methods in org.nuxeo.drive.service.impl that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemList
FileSystemItemManagerImpl. scrollDescendants(String id, NuxeoPrincipal principal, String scrollId, int batchSize, long keepAlive)
-