Uses of Interface
org.nuxeo.drive.service.VirtualFolderItemFactory
-
Packages that use VirtualFolderItemFactory Package Description org.nuxeo.drive.hierarchy.permission.factory org.nuxeo.drive.hierarchy.userworkspace.factory org.nuxeo.drive.service org.nuxeo.drive.service.impl -
-
Uses of VirtualFolderItemFactory in org.nuxeo.drive.hierarchy.permission.factory
Classes in org.nuxeo.drive.hierarchy.permission.factory that implement VirtualFolderItemFactory 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.class
UserSyncRootParentFactory
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots. -
Uses of VirtualFolderItemFactory in org.nuxeo.drive.hierarchy.userworkspace.factory
Classes in org.nuxeo.drive.hierarchy.userworkspace.factory that implement VirtualFolderItemFactory Modifier and Type Class Description class
UserWorkspaceSyncRootParentFactory
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots.class
UserWorkspaceTopLevelFactory
User workspace based implementation of theTopLevelFolderItemFactory
. -
Uses of VirtualFolderItemFactory in org.nuxeo.drive.service
Subinterfaces of VirtualFolderItemFactory in org.nuxeo.drive.service Modifier and Type Interface Description interface
TopLevelFolderItemFactory
Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
.Methods in org.nuxeo.drive.service that return VirtualFolderItemFactory Modifier and Type Method Description VirtualFolderItemFactory
FileSystemItemAdapterService. getVirtualFolderItemFactory(String factoryName)
Gets theVirtualFolderItemFactory
for the given factory name. -
Uses of VirtualFolderItemFactory in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement VirtualFolderItemFactory Modifier and Type Class Description class
AbstractVirtualFolderItemFactory
BaseFileSystemItemFactory
for a virtualFolderItem
.class
DefaultTopLevelFolderItemFactory
Default implementation of aTopLevelFolderItemFactory
.Methods in org.nuxeo.drive.service.impl that return VirtualFolderItemFactory Modifier and Type Method Description VirtualFolderItemFactory
FileSystemItemAdapterServiceImpl. getVirtualFolderItemFactory(String factoryName)
-