public interface FolderItem extends FileSystemItem
In the case of a DocumentModel backed implementation, the backing
document is Folderish. Typically a Folder or a Workspace.
DocumentBackedFolderItem| Modifier and Type | Method and Description |
|---|---|
FileItem |
createFile(Blob blob) |
FolderItem |
createFolder(String name) |
boolean |
getCanCreateChild() |
List<FileSystemItem> |
getChildren() |
canMove, delete, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastModificationDate, getName, getParentId, getPath, isFolder, move, renamecompareToList<FileSystemItem> getChildren() throws ClientException
ClientExceptionboolean getCanCreateChild()
FileItem createFile(Blob blob) throws ClientException
ClientExceptionFolderItem createFolder(String name) throws ClientException
ClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.