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 classPermissionTopLevelFactoryUser workspace and permission based implementation of theTopLevelFolderItemFactory.classSharedSyncRootParentFactoryPermission based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's shared synchronization roots.classUserSyncRootParentFactoryUser workspace based implementation ofFileSystemItemFactoryfor the parentFolderItemof 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 classUserWorkspaceSyncRootParentFactoryUser workspace based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's synchronization roots.classUserWorkspaceTopLevelFactoryUser 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 interfaceTopLevelFolderItemFactoryInterface for the classes contributed to thetopLevelFolderItemFactoryextension point of theFileSystemItemAdapterService.Methods in org.nuxeo.drive.service that return VirtualFolderItemFactory Modifier and Type Method Description VirtualFolderItemFactoryFileSystemItemAdapterService. getVirtualFolderItemFactory(String factoryName)Gets theVirtualFolderItemFactoryfor 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 classAbstractVirtualFolderItemFactoryBaseFileSystemItemFactoryfor a virtualFolderItem.classDefaultTopLevelFolderItemFactoryDefault implementation of aTopLevelFolderItemFactory.Methods in org.nuxeo.drive.service.impl that return VirtualFolderItemFactory Modifier and Type Method Description VirtualFolderItemFactoryFileSystemItemAdapterServiceImpl. getVirtualFolderItemFactory(String factoryName)
-