Uses of Class
org.nuxeo.drive.adapter.impl.AbstractFileSystemItem
-
-
Uses of AbstractFileSystemItem in org.nuxeo.drive.adapter.impl
Subclasses of AbstractFileSystemItem in org.nuxeo.drive.adapter.impl Modifier and Type Class Description classAbstractDocumentBackedFileSystemItemDocumentModelbacked implementation of aFileSystemItem.classAbstractVirtualFolderItemBase implementation of a virtualFolderItem.classCollectionSyncRootFolderItemDefault implementation of a collection synchronization rootFolderItem.classDefaultSyncRootFolderItemDefault implementation of a synchronization rootFolderItem.classDefaultTopLevelFolderItemDefault implementation of the top levelFolderItem.classDocumentBackedFileItemDocumentModelbacked implementation of aFileItem.classDocumentBackedFolderItemDocumentModelbacked implementation of aFolderItem.classSimpleFileSystemItemSimple FileSystemItem just holding data, used for JSON deserialization. -
Uses of AbstractFileSystemItem in org.nuxeo.drive.elasticsearch
Subclasses of AbstractFileSystemItem in org.nuxeo.drive.elasticsearch Modifier and Type Class Description classESSyncRootFolderItemElasticsearch implementation of aDefaultSyncRootFolderItem. -
Uses of AbstractFileSystemItem in org.nuxeo.drive.hierarchy.permission.adapter
Subclasses of AbstractFileSystemItem in org.nuxeo.drive.hierarchy.permission.adapter Modifier and Type Class Description classPermissionTopLevelFolderItemUser workspace and permission based implementation of the top levelFolderItem.classSharedSyncRootParentFolderItemPermission based implementation of the parentFolderItemof the user's shared synchronization roots.classUserSyncRootParentFolderItemUser workspace based implementation of the parentFolderItemof the user's synchronization roots. -
Uses of AbstractFileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.adapter
Subclasses of AbstractFileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.adapter Modifier and Type Class Description classUserWorkspaceSyncRootParentFolderItemUser workspace based implementation of the synchronization root parentFolderItem.classUserWorkspaceTopLevelFolderItemUser workspace based implementation of the top levelFolderItem.
-