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.
|
String |
getLastContributor() |
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) |
compareTo
String getId()
String getParentId()
FileSystemItem
id.String getPath()
String getName()
boolean isFolder()
String getCreator()
String getLastContributor()
Calendar getCreationDate()
Calendar getLastModificationDate()
boolean getCanRename()
void rename(String name) throws ClientException
ClientException
boolean getCanDelete()
void delete() throws ClientException
ClientException
boolean canMove(FolderItem dest) throws ClientException
ClientException
FileSystemItem move(FolderItem dest) throws ClientException
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.