Package org.nuxeo.drive.service
Interface TopLevelFolderItemFactory
-
- All Superinterfaces:
FileSystemItemFactory,VirtualFolderItemFactory
- All Known Implementing Classes:
DefaultTopLevelFolderItemFactory,PermissionTopLevelFactory,UserWorkspaceTopLevelFactory
public interface TopLevelFolderItemFactory extends VirtualFolderItemFactory
Interface for the classes contributed to thetopLevelFolderItemFactoryextension point of theFileSystemItemAdapterService.Allows to get the top level
FolderItemfor a given user.- Author:
- Antoine Taillefer
- See Also:
DefaultTopLevelFolderItemFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FolderItemgetTopLevelFolderItem(NuxeoPrincipal principal)-
Methods inherited from interface org.nuxeo.drive.service.FileSystemItemFactory
canHandleFileSystemItemId, exists, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItemById, getFileSystemItemById, getName, handleParameters, isFileSystemItem, isFileSystemItem, isFileSystemItem, setName
-
Methods inherited from interface org.nuxeo.drive.service.VirtualFolderItemFactory
getFolderName, getVirtualFolderItem, setFolderName
-
-
-
-
Method Detail
-
getTopLevelFolderItem
FolderItem getTopLevelFolderItem(NuxeoPrincipal principal)
-
-