Package org.nuxeo.drive.service.impl
Class DefaultTopLevelFolderItemFactory
java.lang.Object
org.nuxeo.drive.service.impl.AbstractVirtualFolderItemFactory
org.nuxeo.drive.service.impl.DefaultTopLevelFolderItemFactory
- All Implemented Interfaces:
FileSystemItemFactory,TopLevelFolderItemFactory,VirtualFolderItemFactory
public class DefaultTopLevelFolderItemFactory
extends AbstractVirtualFolderItemFactory
implements TopLevelFolderItemFactory
Default implementation of a
TopLevelFolderItemFactory.- 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 -
Method Summary
Modifier and TypeMethodDescriptiongetTopLevelFolderItem(NuxeoPrincipal principal) getVirtualFolderItem(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, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, setNameMethods inherited from interface org.nuxeo.drive.service.VirtualFolderItemFactory
getFolderName, setFolderName
-
Constructor Details
-
DefaultTopLevelFolderItemFactory
public DefaultTopLevelFolderItemFactory()
-
-
Method Details
-
getVirtualFolderItem
Description copied from interface:VirtualFolderItemFactoryReturns the (unique) virtualFolderItem.- Specified by:
getVirtualFolderItemin interfaceVirtualFolderItemFactory
-
getTopLevelFolderItem
- Specified by:
getTopLevelFolderItemin interfaceTopLevelFolderItemFactory
-