Uses of Class
org.nuxeo.drive.adapter.impl.AbstractVirtualFolderItem
-
Packages that use AbstractVirtualFolderItem Package Description org.nuxeo.drive.adapter.impl org.nuxeo.drive.hierarchy.permission.adapter org.nuxeo.drive.hierarchy.userworkspace.adapter -
-
Uses of AbstractVirtualFolderItem in org.nuxeo.drive.adapter.impl
Subclasses of AbstractVirtualFolderItem in org.nuxeo.drive.adapter.impl Modifier and Type Class Description class
DefaultTopLevelFolderItem
Default implementation of the top levelFolderItem
. -
Uses of AbstractVirtualFolderItem in org.nuxeo.drive.hierarchy.permission.adapter
Subclasses of AbstractVirtualFolderItem in org.nuxeo.drive.hierarchy.permission.adapter Modifier and Type Class Description class
PermissionTopLevelFolderItem
User workspace and permission based implementation of the top levelFolderItem
.class
SharedSyncRootParentFolderItem
Permission based implementation of the parentFolderItem
of the user's shared synchronization roots. -
Uses of AbstractVirtualFolderItem in org.nuxeo.drive.hierarchy.userworkspace.adapter
Subclasses of AbstractVirtualFolderItem in org.nuxeo.drive.hierarchy.userworkspace.adapter Modifier and Type Class Description class
UserWorkspaceSyncRootParentFolderItem
User workspace based implementation of the synchronization root parentFolderItem
.
-