public class UserSyncRootParentFolderItem extends DocumentBackedFolderItem
FolderItem
of the user's synchronization roots.Modifier and Type | Field and Description |
---|---|
protected boolean |
isUserWorkspaceSyncRoot |
canCreateChild
docId, docPath, docTitle, repositoryName
canDelete, canRename, creationDate, creator, factoryName, FILE_SYSTEM_ITEM_ID_SEPARATOR, folder, id, lastContributor, lastModificationDate, name, parentId, path, principal, userName
Modifier | Constructor and Description |
---|---|
protected |
UserSyncRootParentFolderItem() |
|
UserSyncRootParentFolderItem(String factoryName,
DocumentModel doc,
FolderItem parentItem,
String folderName) |
|
UserSyncRootParentFolderItem(String factoryName,
DocumentModel doc,
FolderItem parentItem,
String folderName,
boolean relaxSyncRootConstraint) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
List<FileSystemItem> |
getChildren() |
FileSystemItem |
move(FolderItem dest) |
void |
rename(String name) |
createFile, createFolder, getCanCreateChild, getFileManager, initialize, setCanCreateChild
canMove, computeId, getDocId, getDocPath, getDocument, getDocumentById, getRepositoryName, getTrashService, handleCollectionMember, parseFileSystemId, setId, updateLastModificationDate
compareTo, equals, getCanDelete, getCanRename, getCreationDate, getCreator, getFileSystemItemAdapterService, getId, getLastContributor, getLastModificationDate, getName, getParentId, getPath, getUserName, hashCode, isFolder, setCanDelete, setCanRename, setCreationDate, setCreator, setFolder, setLastContributor, setLastModificationDate, setName, setParentId, setPath, setUserName, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canMove, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastContributor, getLastModificationDate, getName, getParentId, getPath, isFolder
compareTo
protected boolean isUserWorkspaceSyncRoot
public UserSyncRootParentFolderItem(String factoryName, DocumentModel doc, FolderItem parentItem, String folderName)
public UserSyncRootParentFolderItem(String factoryName, DocumentModel doc, FolderItem parentItem, String folderName, boolean relaxSyncRootConstraint)
protected UserSyncRootParentFolderItem()
public void rename(String name)
rename
in interface FileSystemItem
rename
in class DocumentBackedFolderItem
public void delete()
delete
in interface FileSystemItem
delete
in class AbstractDocumentBackedFileSystemItem
public FileSystemItem move(FolderItem dest)
move
in interface FileSystemItem
move
in class AbstractDocumentBackedFileSystemItem
public List<FileSystemItem> getChildren()
getChildren
in interface FolderItem
getChildren
in class DocumentBackedFolderItem
Copyright © 2016 Nuxeo SA. All rights reserved.