public class PermissionTopLevelFolderItem extends AbstractVirtualFolderItem
FolderItem
.
Implements the following tree:
Nuxeo Drive |-- My Docs (= user workspace if synchronized else user synchronization roots) | |-- Folder 1 | |-- Folder 2 | |-- ... |-- Other Docs (= user's shared synchronized roots with ReadWrite permission) | |-- Other folder 1 | |-- Other folder 2 | |-- ...
FILE_SYSTEM_ITEM_ID_SEPARATOR
Constructor and Description |
---|
PermissionTopLevelFolderItem(String factoryName,
Principal principal,
String folderName,
List<String> childrenFactoryNames) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
getChildren() |
canMove, createFile, createFolder, delete, getCanCreateChild, move, rename
compareTo, equals, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastModificationDate, getName, getParentId, getPath, getUserName, hashCode, isFolder, toString
getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastModificationDate, getName, getParentId, getPath, isFolder
compareTo
public PermissionTopLevelFolderItem(String factoryName, Principal principal, String folderName, List<String> childrenFactoryNames) throws ClientException
ClientException
public List<FileSystemItem> getChildren() throws ClientException
getChildren
in interface FolderItem
getChildren
in class AbstractVirtualFolderItem
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.