Modifier and Type | Interface and Description |
---|---|
interface |
FileItem
Representation of a file, ie.
|
interface |
FolderItem
Representation of a folder.
|
Modifier and Type | Method and Description |
---|---|
FileSystemItem |
FileSystemItem.move(FolderItem dest) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
FolderItem.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentBackedFileSystemItem
DocumentModel backed implementation of a FileSystemItem . |
class |
AbstractFileSystemItem
Base class for
FileSystemItem implementations. |
class |
AbstractVirtualFolderItem
Base implementation of a virtual
FolderItem . |
class |
CollectionSyncRootFolderItem
Default implementation of a collection synchronization root
FolderItem . |
class |
DefaultSyncRootFolderItem
Default implementation of a synchronization root
FolderItem . |
class |
DefaultTopLevelFolderItem
Default implementation of the top level
FolderItem . |
class |
DocumentBackedFileItem
DocumentModel backed implementation of a FileItem . |
class |
DocumentBackedFolderItem
DocumentModel backed implementation of a FolderItem . |
Modifier and Type | Method and Description |
---|---|
FileSystemItem |
DefaultSyncRootFolderItem.move(FolderItem dest) |
FileSystemItem |
AbstractVirtualFolderItem.move(FolderItem dest) |
abstract FileSystemItem |
AbstractFileSystemItem.move(FolderItem dest) |
FileSystemItem |
AbstractDocumentBackedFileSystemItem.move(FolderItem dest) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
DocumentBackedFolderItem.getChildren() |
List<FileSystemItem> |
DefaultTopLevelFolderItem.getChildren() |
List<FileSystemItem> |
CollectionSyncRootFolderItem.getChildren() |
abstract List<FileSystemItem> |
AbstractVirtualFolderItem.getChildren() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractFileSystemItem.compareTo(FileSystemItem other) |
Modifier and Type | Class and Description |
---|---|
class |
PermissionTopLevelFolderItem
User workspace and permission based implementation of the top level
FolderItem . |
class |
SharedSyncRootParentFolderItem
Permission based implementation of the parent
FolderItem of the user's shared synchronization roots. |
class |
UserSyncRootParentFolderItem
User workspace based implementation of the parent
FolderItem of the user's synchronization roots. |
Modifier and Type | Method and Description |
---|---|
FileSystemItem |
UserSyncRootParentFolderItem.move(FolderItem dest) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
UserSyncRootParentFolderItem.getChildren() |
List<FileSystemItem> |
SharedSyncRootParentFolderItem.getChildren() |
List<FileSystemItem> |
PermissionTopLevelFolderItem.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItem |
UserSyncRootParentFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
protected FileSystemItem |
PermissionSyncRootFactory.adaptDocument(DocumentModel doc,
boolean forceParentId,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
FileSystemItem |
UserSyncRootParentFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted)
Force parent item using
UserSyncRootParentFactory.getTopLevelFolderItem(Principal) . |
FileSystemItem |
UserSyncRootParentFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
Modifier and Type | Class and Description |
---|---|
class |
UserWorkspaceSyncRootParentFolderItem
User workspace based implementation of the synchronization root parent
FolderItem . |
class |
UserWorkspaceTopLevelFolderItem
User workspace based implementation of the top level
FolderItem . |
Modifier and Type | Method and Description |
---|---|
FileSystemItem |
UserWorkspaceTopLevelFolderItem.move(FolderItem dest) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
UserWorkspaceTopLevelFolderItem.getChildren() |
List<FileSystemItem> |
UserWorkspaceSyncRootParentFolderItem.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItem |
UserWorkspaceTopLevelFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
protected FileSystemItem |
UserWorkspaceSyncRootFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItem |
NuxeoDriveActions.getFileSystemItem(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
FileSystemItem |
FileSystemItemChange.getFileSystemItem() |
FileSystemItem |
FileSystemItemFactory.getFileSystemItem(DocumentModel doc)
Gets the
FileSystemItem for the given DocumentModel . |
FileSystemItem |
FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc)
Gets the
FileSystemItem for the given DocumentModel . |
FileSystemItem |
FileSystemItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted)
Gets the
FileSystemItem for the given DocumentModel . |
FileSystemItem |
FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc,
boolean includeDeleted)
Gets the
FileSystemItem for the given DocumentModel . |
FileSystemItem |
FileSystemItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint)
Gets the
FileSystemItem for the given DocumentModel . |
FileSystemItem |
FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint)
Gets the
FileSystemItem for the given DocumentModel . |
FileSystemItem |
FileSystemItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem)
Gets the
FileSystemItem for the given DocumentModel forcing its parent id with the given id. |
FileSystemItem |
FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc,
FolderItem parentItem)
Gets the
FileSystemItem for the given DocumentModel forcing its parent id with the given id. |
FileSystemItem |
FileSystemItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted)
Gets the
FileSystemItem for the given DocumentModel forcing its parent id with the given id. |
FileSystemItem |
FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted)
Gets the
FileSystemItem for the given DocumentModel forcing its parent id with the given id. |
FileSystemItem |
FileSystemItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint)
Gets the
FileSystemItem for the given DocumentModel forcing its parent id with the given id. |
FileSystemItem |
FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint)
Gets the
FileSystemItem for the given DocumentModel forcing its parent id with the given id. |
FileSystemItem |
FileSystemItemManager.getFileSystemItemById(String id,
Principal principal)
Gets the
FileSystemItem with the given id for the given principal. |
FileSystemItem |
FileSystemItemFactory.getFileSystemItemById(String id,
Principal principal)
Gets the
FileSystemItem with the given id using a core session fetched with the given principal. |
FileSystemItem |
FileSystemItemManager.getFileSystemItemById(String id,
String parentId,
Principal principal)
Gets the
FileSystemItem with the given id and parent id for the given principal. |
FileSystemItem |
FileSystemItemFactory.getFileSystemItemById(String id,
String parentId,
Principal principal)
Gets the
FileSystemItem with the given id and parent id using a core session fetched with the given
principal. |
FileSystemItem |
FileSystemItemManager.move(String srcId,
String destId,
Principal principal)
Moves the
FileSystemItem with the given source id to the FileSystemItem with the given
destination id for the given principal. |
FileSystemItem |
FileSystemItemManager.rename(String id,
String name,
Principal principal)
Renames the
FileSystemItem with the given id with the given name for the given principal. |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
FileSystemItemManager.getChildren(String id,
Principal principal)
Gets the children of the
FileSystemItem with the given id for the given principal. |
List<FileSystemItem> |
FileSystemItemManager.getTopLevelChildren(Principal principal)
Deprecated.
use getTopLevelFolder#getChildren instead
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemItemChange.setFileSystemItem(FileSystemItem fileSystemItem) |
Modifier and Type | Field and Description |
---|---|
protected FileSystemItem |
FileSystemItemChangeImpl.fileSystemItem |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItem |
AbstractFileSystemItemFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem) |
protected FileSystemItem |
DefaultSyncRootFolderItemFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
protected FileSystemItem |
DefaultFileSystemItemFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
protected FileSystemItem |
CollectionSyncRootFolderItemFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint) |
protected abstract FileSystemItem |
AbstractFileSystemItemFactory.adaptDocument(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean relaxSyncRootConstraint)
Adapts the given
DocumentModel to a FileSystemItem . |
FileSystemItem |
FileSystemItemChangeImpl.getFileSystemItem() |
FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc) |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc) |
FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc,
boolean includeDeleted) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted) |
FileSystemItem |
AbstractSyncRootFolderItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted)
Force parent id using
#getParentId(String) . |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted) |
FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
FileSystemItem |
AbstractSyncRootFolderItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint)
Force parent id using
#getParentId(String) . |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
protected FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint)
Tries to adapt the given document as the top level
FolderItem . |
protected FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc,
boolean forceParentItem,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc,
FolderItem parentItem) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem) |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem) |
FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted) |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted) |
FileSystemItem |
FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc,
FolderItem parentItem,
boolean includeDeleted,
boolean relaxSyncRootConstraint) |
FileSystemItem |
FileSystemItemManagerImpl.getFileSystemItemById(String id,
Principal principal) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItemById(String id,
Principal principal) |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItemById(String id,
Principal principal) |
FileSystemItem |
FileSystemItemManagerImpl.getFileSystemItemById(String id,
String parentId,
Principal principal) |
FileSystemItem |
AbstractVirtualFolderItemFactory.getFileSystemItemById(String id,
String parentId,
Principal principal) |
FileSystemItem |
AbstractFileSystemItemFactory.getFileSystemItemById(String id,
String parentId,
Principal principal) |
FileSystemItem |
FileSystemItemManagerImpl.move(String srcId,
String destId,
Principal principal) |
FileSystemItem |
FileSystemItemManagerImpl.rename(String id,
String name,
Principal principal) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItem> |
FileSystemItemManagerImpl.getChildren(String id,
Principal principal) |
List<FileSystemItem> |
FileSystemItemManagerImpl.getTopLevelChildren(Principal principal) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileSystemItemManagerImpl.delete(FileSystemItem fsItem) |
void |
FileSystemItemChangeImpl.setFileSystemItem(FileSystemItem fileSystemItem) |
protected FileItem |
FileSystemItemManagerImpl.updateFile(FileSystemItem fsItem,
Blob blob) |
Constructor and Description |
---|
FileSystemItemChangeImpl(String eventId,
long eventDate,
String repositoryId,
String docUuid,
FileSystemItem fsItem) |
Copyright © 2015 Nuxeo SA. All rights reserved.