Uses of Interface
org.nuxeo.drive.adapter.FileSystemItem
Package
Description
-
Uses of FileSystemItem in org.nuxeo.drive.adapter
Modifier and TypeInterfaceDescriptioninterface
Representation of a file, ie. a downloadableFileSystemItem
.interface
Representation of a folder. -
Uses of FileSystemItem in org.nuxeo.drive.adapter.impl
Modifier and TypeClassDescriptionclass
DocumentModel
backed implementation of aFileSystemItem
.class
Base class forFileSystemItem
implementations.class
Base implementation of a virtualFolderItem
.class
Default implementation of a collection synchronization rootFolderItem
.class
Default implementation of a synchronization rootFolderItem
.class
Default implementation of the top levelFolderItem
.class
DocumentModel
backed implementation of aFileItem
.class
DocumentModel
backed implementation of aFolderItem
.class
Simple FileSystemItem just holding data, used for JSON deserialization.Modifier and TypeMethodDescriptionAbstractDocumentBackedFileSystemItem.move
(FolderItem dest) AbstractVirtualFolderItem.move
(FolderItem dest) DefaultSyncRootFolderItem.move
(FolderItem dest) SimpleFileSystemItem.move
(FolderItem dest) Modifier and TypeMethodDescriptionprotected List<FileSystemItem>
DocumentBackedFolderItem.adaptDocuments
(DocumentModelList docs, CoreSession session) CollectionSyncRootFolderItem.getChildren()
DefaultTopLevelFolderItem.getChildren()
DocumentBackedFolderItem.getChildren()
ModifierConstructorDescriptionScrollFileSystemItemListImpl
(String scrollId, List<FileSystemItem> list) -
Uses of FileSystemItem in org.nuxeo.drive.elasticsearch
Modifier and TypeClassDescriptionclass
Elasticsearch implementation of aDefaultSyncRootFolderItem
.Modifier and TypeMethodDescriptionprotected FileSystemItem
ESSyncRootFolderItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.permission.adapter
Modifier and TypeClassDescriptionclass
User workspace and permission based implementation of the top levelFolderItem
.class
Permission based implementation of the parentFolderItem
of the user's shared synchronization roots.class
User workspace based implementation of the parentFolderItem
of the user's synchronization roots.Modifier and TypeMethodDescriptionPermissionTopLevelFolderItem.getChildren()
SharedSyncRootParentFolderItem.getChildren()
UserSyncRootParentFolderItem.getChildren()
-
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.permission.factory
Modifier and TypeMethodDescriptionprotected FileSystemItem
PermissionSyncRootFactory.adaptDocument
(DocumentModel doc, boolean forceParentId, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
UserSyncRootParentFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) UserSyncRootParentFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) Force parent item usingUserSyncRootParentFactory.getTopLevelFolderItem(NuxeoPrincipal)
.UserSyncRootParentFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) UserSyncRootParentFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.adapter
Modifier and TypeClassDescriptionclass
User workspace based implementation of the synchronization root parentFolderItem
.class
User workspace based implementation of the top levelFolderItem
.Modifier and TypeMethodDescriptionUserWorkspaceSyncRootParentFolderItem.getChildren()
UserWorkspaceTopLevelFolderItem.getChildren()
-
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.factory
Modifier and TypeMethodDescriptionprotected FileSystemItem
UserWorkspaceSyncRootFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
UserWorkspaceTopLevelFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FileSystemItem in org.nuxeo.drive.listener
Modifier and TypeMethodDescriptionprotected FileSystemItem
NuxeoDriveFileSystemDeletionListener.getFileSystemItem
(DocumentModel doc, String eventName) Modifier and TypeMethodDescriptionprotected LogEntry
NuxeoDriveFileSystemDeletionListener.computeLogEntry
(String eventName, Date eventDate, String docId, String docPath, String principal, String docType, String repositoryName, String currentLifeCycleState, String impactedUserName, FileSystemItem fsItem) -
Uses of FileSystemItem in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionFileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, FolderItem parentItem) FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemAdapterService.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) FileSystemItemChange.getFileSystemItem()
FileSystemItemFactory.getFileSystemItem
(DocumentModel doc) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem) FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) FileSystemItemFactory.getFileSystemItemById
(String id, String parentId, NuxeoPrincipal principal) Gets theFileSystemItem
with the given id and parent id using a core session fetched with the given principal.FileSystemItemFactory.getFileSystemItemById
(String id, NuxeoPrincipal principal) Gets theFileSystemItem
with the given id using a core session fetched with the given principal.FileSystemItemManager.getFileSystemItemById
(String id, String parentId, NuxeoPrincipal principal) Gets theFileSystemItem
with the given id and parent id for the given principal.FileSystemItemManager.getFileSystemItemById
(String id, NuxeoPrincipal principal) Gets theFileSystemItem
with the given id for the given principal.FileSystemItemManager.move
(String srcId, String destId, NuxeoPrincipal principal) Moves theFileSystemItem
with the given source id to theFileSystemItem
with the given destination id for the given principal.FileSystemItemManager.rename
(String id, String name, NuxeoPrincipal principal) Renames theFileSystemItem
with the given id with the given name for the given principal.Modifier and TypeMethodDescriptionFileSystemItemManager.getChildren
(String id, NuxeoPrincipal principal) Gets the children of theFileSystemItem
with the given id for the given principal.Modifier and TypeMethodDescriptionvoid
FileSystemItemChange.setFileSystemItem
(FileSystemItem fileSystemItem) -
Uses of FileSystemItem in org.nuxeo.drive.service.impl
Modifier and TypeFieldDescriptionprotected FileSystemItem
FileSystemItemChangeImpl.fileSystemItem
Modifier and TypeMethodDescriptionprotected FileSystemItem
AbstractFileSystemItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem) protected abstract FileSystemItem
AbstractFileSystemItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Adapts the givenDocumentModel
to aFileSystemItem
.protected FileSystemItem
CollectionSyncRootFolderItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
DefaultFileSystemItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
DefaultSyncRootFolderItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) FileSystemItemDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) AbstractFileSystemItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) AbstractSyncRootFolderItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel)
.AbstractSyncRootFolderItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel)
.AbstractSyncRootFolderItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel)
.AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) AbstractVirtualFolderItemFactory.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, boolean includeDeleted) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Tries to adapt the given document as the top levelFolderItem
.FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, FolderItem parentItem) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemAdapterServiceImpl.getFileSystemItem
(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) FileSystemItemChangeImpl.getFileSystemItem()
AbstractFileSystemItemFactory.getFileSystemItemById
(String id, String parentId, NuxeoPrincipal principal) AbstractFileSystemItemFactory.getFileSystemItemById
(String id, NuxeoPrincipal principal) AbstractVirtualFolderItemFactory.getFileSystemItemById
(String id, String parentId, NuxeoPrincipal principal) AbstractVirtualFolderItemFactory.getFileSystemItemById
(String id, NuxeoPrincipal principal) FileSystemItemManagerImpl.getFileSystemItemById
(String id, String parentId, NuxeoPrincipal principal) FileSystemItemManagerImpl.getFileSystemItemById
(String id, NuxeoPrincipal principal) FileSystemItemManagerImpl.move
(String srcId, String destId, NuxeoPrincipal principal) FileSystemItemManagerImpl.rename
(String id, String name, NuxeoPrincipal principal) Modifier and TypeMethodDescriptionFileSystemItemManagerImpl.getChildren
(String id, NuxeoPrincipal principal) Modifier and TypeMethodDescriptionprotected void
FileSystemItemManagerImpl.delete
(FileSystemItem fsItem) void
FileSystemItemChangeImpl.setFileSystemItem
(FileSystemItem fileSystemItem) protected FileItem
FileSystemItemManagerImpl.updateFile
(FileSystemItem fsItem, Blob blob) ModifierConstructorDescriptionFileSystemItemChangeImpl
(String eventId, long eventDate, String repositoryId, String docUuid, FileSystemItem fsItem)