Uses of Interface
org.nuxeo.drive.adapter.ScrollFileSystemItemList
Packages that use ScrollFileSystemItemList
Package
Description
-
Uses of ScrollFileSystemItemList in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return ScrollFileSystemItemListModifier and TypeMethodDescriptionFolderItem.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 ScrollFileSystemItemListModifier and TypeClassDescriptionclassDefault implementation of aScrollFileSystemItemListbased on anArrayList.Methods in org.nuxeo.drive.adapter.impl that return ScrollFileSystemItemListModifier and TypeMethodDescriptionScrollFileSystemItemListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc) protected ScrollFileSystemItemListDocumentBackedFolderItem.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
Methods in org.nuxeo.drive.hierarchy.permission.adapter that return ScrollFileSystemItemListModifier and TypeMethodDescriptionUserSyncRootParentFolderItem.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 ScrollFileSystemItemListModifier and TypeMethodDescriptionUserWorkspaceTopLevelFolderItem.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 ScrollFileSystemItemListModifier and TypeMethodDescriptionprotected BlobNuxeoDriveScrollDescendants.writeJSONBlob(ScrollFileSystemItemList scrollFSIList) -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return ScrollFileSystemItemListModifier and TypeMethodDescriptionFileSystemItemManager.scrollDescendants(String id, NuxeoPrincipal principal, String scrollId, int batchSize, long keepAlive) Retrieves at mostbatchSizedescendants of theFolderItemwith the givenidfor the givenprincipaland the givenscrollId. -
Uses of ScrollFileSystemItemList in org.nuxeo.drive.service.impl
Methods in org.nuxeo.drive.service.impl that return ScrollFileSystemItemListModifier and TypeMethodDescriptionFileSystemItemManagerImpl.scrollDescendants(String id, NuxeoPrincipal principal, String scrollId, int batchSize, long keepAlive)