public class CollectionSyncRootFolderItem extends DefaultSyncRootFolderItem implements FolderItem
FolderItem
.FILE_SYSTEM_ITEM_ID_SEPARATOR
Constructor and Description |
---|
CollectionSyncRootFolderItem(String factoryName,
FolderItem parentItem,
DocumentModel doc) |
CollectionSyncRootFolderItem(String factoryName,
FolderItem parentItem,
DocumentModel doc,
boolean relaxSyncRootConstraint) |
Modifier and Type | Method and Description |
---|---|
FileItem |
createFile(Blob blob) |
FolderItem |
createFolder(String name) |
List<FileSystemItem> |
getChildren() |
canMove, delete, move
getCanCreateChild, rename
compareTo, equals, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastContributor, getLastModificationDate, getName, getParentId, getPath, getUserName, hashCode, isFolder, toString
getCanCreateChild
canMove, delete, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastContributor, getLastModificationDate, getName, getParentId, getPath, isFolder, move, rename
compareTo
public CollectionSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc) throws ClientException
ClientException
public CollectionSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) throws ClientException
ClientException
public List<FileSystemItem> getChildren() throws ClientException
getChildren
in interface FolderItem
getChildren
in class DocumentBackedFolderItem
ClientException
public FolderItem createFolder(String name) throws ClientException
createFolder
in interface FolderItem
createFolder
in class DocumentBackedFolderItem
ClientException
public FileItem createFile(Blob blob) throws ClientException
createFile
in interface FolderItem
createFile
in class DocumentBackedFolderItem
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.