public abstract class AbstractDocumentBackedFileSystemItem extends AbstractFileSystemItem
DocumentModel
backed implementation of a FileSystemItem
.DocumentBackedFileItem
,
DocumentBackedFolderItem
,
Serialized FormFILE_SYSTEM_ITEM_ID_SEPARATOR
Modifier and Type | Method and Description |
---|---|
boolean |
canMove(FolderItem dest) |
void |
delete() |
FileSystemItem |
move(FolderItem dest) |
compareTo, equals, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastModificationDate, getName, getParentId, getPath, getUserName, hashCode, isFolder, rename, toString
public void delete() throws ClientException
delete
in interface FileSystemItem
delete
in class AbstractFileSystemItem
ClientException
public boolean canMove(FolderItem dest) throws ClientException
canMove
in interface FileSystemItem
canMove
in class AbstractFileSystemItem
ClientException
public FileSystemItem move(FolderItem dest) throws ClientException
move
in interface FileSystemItem
move
in class AbstractFileSystemItem
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.