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 classPermissionTopLevelFactoryUser workspace and permission based implementation of theTopLevelFolderItemFactory.classSharedSyncRootParentFactoryPermission based implementation ofFileSystemItemFactoryfor the parentFolderItemof 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 classUserWorkspaceSyncRootParentFactoryUser workspace based implementation ofFileSystemItemFactoryfor the parentFolderItemof 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 classDefaultTopLevelFolderItemFactoryDefault implementation of aTopLevelFolderItemFactory.
-