Class SharedSyncRootParentFactory
- java.lang.Object
-
- org.nuxeo.drive.service.impl.AbstractVirtualFolderItemFactory
-
- org.nuxeo.drive.hierarchy.permission.factory.SharedSyncRootParentFactory
-
- All Implemented Interfaces:
FileSystemItemFactory,VirtualFolderItemFactory
public class SharedSyncRootParentFactory extends AbstractVirtualFolderItemFactory
Permission based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's shared synchronization roots.- Author:
- Antoine Taillefer
-
-
Field Summary
-
Fields inherited from class org.nuxeo.drive.service.impl.AbstractVirtualFolderItemFactory
DEFAULT_FOLDER_NAME, FOLDER_NAME_PARAM, folderName, name
-
-
Constructor Summary
Constructors Constructor Description SharedSyncRootParentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderItemgetVirtualFolderItem(NuxeoPrincipal principal)Returns the (unique) virtualFolderItem.-
Methods inherited from class org.nuxeo.drive.service.impl.AbstractVirtualFolderItemFactory
canHandleFileSystemItemId, exists, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItemById, getFileSystemItemById, getFolderName, getName, handleParameters, isFileSystemItem, isFileSystemItem, isFileSystemItem, setFolderName, setName
-
-
-
-
Method Detail
-
getVirtualFolderItem
public FolderItem getVirtualFolderItem(NuxeoPrincipal principal)
Description copied from interface:VirtualFolderItemFactoryReturns the (unique) virtualFolderItem.
-
-