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