public class DocumentBackedFolderItem extends AbstractDocumentBackedFileSystemItem implements FolderItem
DocumentModel backed implementation of a FolderItem.FILE_SYSTEM_ITEM_ID_SEPARATOR| Constructor and Description | 
|---|
| DocumentBackedFolderItem(String factoryName,
                        DocumentModel doc) | 
| DocumentBackedFolderItem(String factoryName,
                        DocumentModel doc,
                        boolean relaxSyncRootConstraint) | 
| DocumentBackedFolderItem(String factoryName,
                        FolderItem parentItem,
                        DocumentModel doc) | 
| Modifier and Type | Method and Description | 
|---|---|
| FileItem | createFile(Blob blob) | 
| FolderItem | createFolder(String name) | 
| boolean | getCanCreateChild() | 
| List<FileSystemItem> | getChildren() | 
| void | rename(String name) | 
canMove, delete, movecompareTo, equals, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastModificationDate, getName, getParentId, getPath, getUserName, hashCode, isFolder, toStringcanMove, delete, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastModificationDate, getName, getParentId, getPath, isFolder, movecompareTopublic DocumentBackedFolderItem(String factoryName, DocumentModel doc) throws ClientException
ClientExceptionpublic DocumentBackedFolderItem(String factoryName, DocumentModel doc, boolean relaxSyncRootConstraint) throws ClientException
ClientExceptionpublic DocumentBackedFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc) throws ClientException
ClientExceptionpublic void rename(String name) throws ClientException
rename in interface FileSystemItemrename in class AbstractFileSystemItemClientExceptionpublic List<FileSystemItem> getChildren() throws ClientException
getChildren in interface FolderItemClientExceptionpublic boolean getCanCreateChild()
getCanCreateChild in interface FolderItempublic FolderItem createFolder(String name) throws ClientException
createFolder in interface FolderItemClientExceptionpublic FileItem createFile(Blob blob) throws ClientException
createFile in interface FolderItemClientExceptionCopyright © 2014 Nuxeo SA. All rights reserved.