public class UserWorkspaceTopLevelFolderItem extends DocumentBackedFolderItem
FolderItem.
Implements the following tree:
Nuxeo Drive
|-- User workspace child 1
|-- User workspace child 2
|-- ...
|-- My synchronized folders
|-- Synchronized folder 1
|-- Synchronized folder 2
|-- ...
FILE_SYSTEM_ITEM_ID_SEPARATOR| Constructor and Description |
|---|
UserWorkspaceTopLevelFolderItem(String factoryName,
DocumentModel userWorkspace,
String folderName,
String syncRootParentFactoryName) |
UserWorkspaceTopLevelFolderItem(String factoryName,
DocumentModel userWorkspace,
String folderName,
String syncRootParentFactoryName,
boolean relaxSyncRootConstraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
List<FileSystemItem> |
getChildren() |
FileSystemItem |
move(FolderItem dest) |
void |
rename(String name) |
createFile, createFolder, getCanCreateChildcanMovecompareTo, equals, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastContributor, getLastModificationDate, getName, getParentId, getPath, getUserName, hashCode, isFolder, toStringcanMove, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastContributor, getLastModificationDate, getName, getParentId, getPath, isFoldercompareTopublic UserWorkspaceTopLevelFolderItem(String factoryName, DocumentModel userWorkspace, String folderName, String syncRootParentFactoryName) throws ClientException
ClientExceptionpublic UserWorkspaceTopLevelFolderItem(String factoryName, DocumentModel userWorkspace, String folderName, String syncRootParentFactoryName, boolean relaxSyncRootConstraint) throws ClientException
ClientExceptionpublic void rename(String name) throws ClientException
rename in interface FileSystemItemrename in class DocumentBackedFolderItemClientExceptionpublic void delete()
throws ClientException
delete in interface FileSystemItemdelete in class AbstractDocumentBackedFileSystemItemClientExceptionpublic FileSystemItem move(FolderItem dest) throws ClientException
move in interface FileSystemItemmove in class AbstractDocumentBackedFileSystemItemClientExceptionpublic List<FileSystemItem> getChildren() throws ClientException
getChildren in interface FolderItemgetChildren in class DocumentBackedFolderItemClientExceptionCopyright © 2015 Nuxeo SA. All rights reserved.