Class UserWorkspaceSyncRootParentFactory
java.lang.Object
org.nuxeo.drive.service.impl.AbstractVirtualFolderItemFactory
org.nuxeo.drive.hierarchy.userworkspace.factory.UserWorkspaceSyncRootParentFactory
- All Implemented Interfaces:
FileSystemItemFactory
,VirtualFolderItemFactory
User workspace based implementation of
FileSystemItemFactory
for the parent FolderItem
of the user's
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
-
Method Summary
Modifier and TypeMethodDescriptiongetVirtualFolderItem
(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
-
Constructor Details
-
UserWorkspaceSyncRootParentFactory
public UserWorkspaceSyncRootParentFactory()
-
-
Method Details
-
getVirtualFolderItem
Description copied from interface:VirtualFolderItemFactory
Returns the (unique) virtualFolderItem
.
-