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 ScrollFileSystemItemListFolderItem. 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 classScrollFileSystemItemListImplDefault implementation of aScrollFileSystemItemListbased on anArrayList.Methods in org.nuxeo.drive.adapter.impl that return ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemListScrollFileSystemItemListDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)protected ScrollFileSystemItemListDocumentBackedFolderItem. doScrollDescendants(String scrollId, int batchSize, long keepAlive)ScrollFileSystemItemListAbstractVirtualFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)ScrollFileSystemItemListCollectionSyncRootFolderItem. scrollDescendants(String scrollId, int batchSize, long keepAlive)ScrollFileSystemItemListDocumentBackedFolderItem. 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 ScrollFileSystemItemListUserSyncRootParentFolderItem. 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 ScrollFileSystemItemListUserWorkspaceTopLevelFolderItem. 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 BlobNuxeoDriveScrollDescendants. 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 ScrollFileSystemItemListFileSystemItemManager. 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 ScrollFileSystemItemList Modifier and Type Method Description ScrollFileSystemItemListFileSystemItemManagerImpl. scrollDescendants(String id, NuxeoPrincipal principal, String scrollId, int batchSize, long keepAlive)
-