public interface FileSystemItem extends Comparable<FileSystemItem>
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()  | 
Lock | 
getLockInfo()  | 
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 getParentId()
FileSystemItem id.boolean isFolder()
String getCreator()
String getLastContributor()
Calendar getCreationDate()
Calendar getLastModificationDate()
boolean getCanRename()
boolean getCanDelete()
void delete()
Lock getLockInfo()
boolean canMove(FolderItem dest)
FileSystemItem move(FolderItem dest)
Copyright © 2019 Nuxeo. All rights reserved.