public interface FileSystemItem extends Comparable<FileSystemItem>, Serializable
AbstractFileSystemItem,
AbstractDocumentBackedFileSystemItem,
FileItem,
FolderItem| Modifier and Type | Method and Description |
|---|---|
boolean |
canMove(FolderItem dest) |
void |
delete() |
boolean |
getCanDelete() |
boolean |
getCanRename() |
Calendar |
getCreationDate() |
String |
getCreator() |
String |
getId()
Gets a unique id generated server-side.
|
Calendar |
getLastModificationDate() |
String |
getName()
Gets the name displayed in the file system.
|
String |
getParentId()
Gets the parent
FileSystemItem id. |
String |
getPath()
A concatenation of ancestor ids with '/' as prefix
and separator.
|
boolean |
isFolder() |
FileSystemItem |
move(FolderItem dest) |
void |
rename(String name) |
compareToString getId()
String getParentId()
FileSystemItem id.String getPath()
String getName()
boolean isFolder()
String getCreator()
Calendar getCreationDate()
Calendar getLastModificationDate()
boolean getCanRename()
void rename(String name) throws ClientException
ClientExceptionboolean getCanDelete()
void delete()
throws ClientException
ClientExceptionboolean canMove(FolderItem dest) throws ClientException
ClientExceptionFileSystemItem move(FolderItem dest) throws ClientException
ClientExceptionCopyright © 2014 Nuxeo SA. All rights reserved.