Uses of Class
org.nuxeo.drive.service.impl.AbstractVirtualFolderItemFactory
-
Packages that use AbstractVirtualFolderItemFactory Package Description org.nuxeo.drive.hierarchy.permission.factory org.nuxeo.drive.hierarchy.userworkspace.factory org.nuxeo.drive.service.impl -
-
Uses of AbstractVirtualFolderItemFactory in org.nuxeo.drive.hierarchy.permission.factory
Subclasses of AbstractVirtualFolderItemFactory in org.nuxeo.drive.hierarchy.permission.factory Modifier and Type Class Description class
PermissionTopLevelFactory
User workspace and permission based implementation of theTopLevelFolderItemFactory
.class
SharedSyncRootParentFactory
Permission based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's shared synchronization roots. -
Uses of AbstractVirtualFolderItemFactory in org.nuxeo.drive.hierarchy.userworkspace.factory
Subclasses of AbstractVirtualFolderItemFactory in org.nuxeo.drive.hierarchy.userworkspace.factory Modifier and Type Class Description class
UserWorkspaceSyncRootParentFactory
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots. -
Uses of AbstractVirtualFolderItemFactory in org.nuxeo.drive.service.impl
Subclasses of AbstractVirtualFolderItemFactory in org.nuxeo.drive.service.impl Modifier and Type Class Description class
DefaultTopLevelFolderItemFactory
Default implementation of aTopLevelFolderItemFactory
.
-