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, getLastContributor, getLastModificationDate, getName, getParentId, getPath, isFolder, move, rename
compareTo
List<FileSystemItem> getChildren() throws ClientException
ClientException
boolean getCanCreateChild()
FileItem createFile(Blob blob) throws ClientException
ClientException
FolderItem createFolder(String name) throws ClientException
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.