Uses of Interface
org.nuxeo.drive.adapter.FileSystemItem
-
-
Uses of FileSystemItem in org.nuxeo.drive.adapter
Subinterfaces of FileSystemItem in org.nuxeo.drive.adapter Modifier and Type Interface Description interface
FileItem
Representation of a file, ie.interface
FolderItem
Representation of a folder.Methods in org.nuxeo.drive.adapter that return FileSystemItem Modifier and Type Method Description FileSystemItem
FileSystemItem. move(FolderItem dest)
Methods in org.nuxeo.drive.adapter that return types with arguments of type FileSystemItem Modifier and Type Method Description List<FileSystemItem>
FolderItem. getChildren()
-
Uses of FileSystemItem in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement FileSystemItem Modifier and Type Class Description class
AbstractDocumentBackedFileSystemItem
DocumentModel
backed implementation of aFileSystemItem
.class
AbstractFileSystemItem
Base class forFileSystemItem
implementations.class
AbstractVirtualFolderItem
Base implementation of a virtualFolderItem
.class
CollectionSyncRootFolderItem
Default implementation of a collection synchronization rootFolderItem
.class
DefaultSyncRootFolderItem
Default implementation of a synchronization rootFolderItem
.class
DefaultTopLevelFolderItem
Default implementation of the top levelFolderItem
.class
DocumentBackedFileItem
DocumentModel
backed implementation of aFileItem
.class
DocumentBackedFolderItem
DocumentModel
backed implementation of aFolderItem
.class
SimpleFileSystemItem
Simple FileSystemItem just holding data, used for JSON deserialization.Methods in org.nuxeo.drive.adapter.impl that return FileSystemItem Modifier and Type Method Description FileSystemItem
AbstractDocumentBackedFileSystemItem. move(FolderItem dest)
FileSystemItem
AbstractVirtualFolderItem. move(FolderItem dest)
FileSystemItem
DefaultSyncRootFolderItem. move(FolderItem dest)
FileSystemItem
SimpleFileSystemItem. move(FolderItem dest)
Methods in org.nuxeo.drive.adapter.impl that return types with arguments of type FileSystemItem Modifier and Type Method Description protected List<FileSystemItem>
DocumentBackedFolderItem. adaptDocuments(DocumentModelList docs, CoreSession session)
List<FileSystemItem>
CollectionSyncRootFolderItem. getChildren()
List<FileSystemItem>
DefaultTopLevelFolderItem. getChildren()
List<FileSystemItem>
DocumentBackedFolderItem. getChildren()
Methods in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItem Modifier and Type Method Description int
AbstractFileSystemItem. compareTo(FileSystemItem other)
Constructor parameters in org.nuxeo.drive.adapter.impl with type arguments of type FileSystemItem Constructor Description ScrollFileSystemItemListImpl(String scrollId, List<FileSystemItem> list)
-
Uses of FileSystemItem in org.nuxeo.drive.elasticsearch
Classes in org.nuxeo.drive.elasticsearch that implement FileSystemItem Modifier and Type Class Description class
ESSyncRootFolderItem
Elasticsearch implementation of aDefaultSyncRootFolderItem
.Methods in org.nuxeo.drive.elasticsearch that return FileSystemItem Modifier and Type Method Description protected FileSystemItem
ESSyncRootFolderItemFactory. adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo)
-
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.permission.adapter
Classes in org.nuxeo.drive.hierarchy.permission.adapter that implement FileSystemItem Modifier and Type Class Description class
PermissionTopLevelFolderItem
User workspace and permission based implementation of the top levelFolderItem
.class
SharedSyncRootParentFolderItem
Permission based implementation of the parentFolderItem
of the user's shared synchronization roots.class
UserSyncRootParentFolderItem
User workspace based implementation of the parentFolderItem
of the user's synchronization roots.Methods in org.nuxeo.drive.hierarchy.permission.adapter that return FileSystemItem Modifier and Type Method Description FileSystemItem
UserSyncRootParentFolderItem. move(FolderItem dest)
Methods in org.nuxeo.drive.hierarchy.permission.adapter that return types with arguments of type FileSystemItem Modifier and Type Method Description List<FileSystemItem>
PermissionTopLevelFolderItem. getChildren()
List<FileSystemItem>
SharedSyncRootParentFolderItem. getChildren()
List<FileSystemItem>
UserSyncRootParentFolderItem. getChildren()
-
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.permission.factory
Methods in org.nuxeo.drive.hierarchy.permission.factory that return FileSystemItem Modifier and Type Method Description protected 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)
FileSystemItem
UserSyncRootParentFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
Force parent item usingUserSyncRootParentFactory.getTopLevelFolderItem(NuxeoPrincipal)
.FileSystemItem
UserSyncRootParentFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
UserSyncRootParentFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
-
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.adapter
Classes in org.nuxeo.drive.hierarchy.userworkspace.adapter that implement FileSystemItem Modifier and Type Class Description class
UserWorkspaceSyncRootParentFolderItem
User workspace based implementation of the synchronization root parentFolderItem
.class
UserWorkspaceTopLevelFolderItem
User workspace based implementation of the top levelFolderItem
.Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return FileSystemItem Modifier and Type Method Description FileSystemItem
UserWorkspaceTopLevelFolderItem. move(FolderItem dest)
Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return types with arguments of type FileSystemItem Modifier and Type Method Description List<FileSystemItem>
UserWorkspaceSyncRootParentFolderItem. getChildren()
List<FileSystemItem>
UserWorkspaceTopLevelFolderItem. getChildren()
-
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.factory
Methods in org.nuxeo.drive.hierarchy.userworkspace.factory that return FileSystemItem Modifier and Type Method Description protected 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
Methods in org.nuxeo.drive.listener that return FileSystemItem Modifier and Type Method Description protected FileSystemItem
NuxeoDriveFileSystemDeletionListener. getFileSystemItem(DocumentModel doc, String eventName)
Methods in org.nuxeo.drive.listener with parameters of type FileSystemItem Modifier and Type Method Description protected 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
Methods in org.nuxeo.drive.service that return FileSystemItem Modifier and Type Method Description FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem)
FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)
FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
FileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
FileSystemItem
FileSystemItemChange. getFileSystemItem()
FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
Gets theFileSystemItem
for the givenDocumentModel
.FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)
FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)
FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
FileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
FileSystemItem
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.FileSystemItem
FileSystemItemFactory. getFileSystemItemById(String id, NuxeoPrincipal principal)
Gets theFileSystemItem
with the given id using a core session fetched with the given principal.FileSystemItem
FileSystemItemManager. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)
Gets theFileSystemItem
with the given id and parent id for the given principal.FileSystemItem
FileSystemItemManager. getFileSystemItemById(String id, NuxeoPrincipal principal)
Gets theFileSystemItem
with the given id for the given principal.FileSystemItem
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.FileSystemItem
FileSystemItemManager. rename(String id, String name, NuxeoPrincipal principal)
Renames theFileSystemItem
with the given id with the given name for the given principal.Methods in org.nuxeo.drive.service that return types with arguments of type FileSystemItem Modifier and Type Method Description List<FileSystemItem>
FileSystemItemManager. getChildren(String id, NuxeoPrincipal principal)
Gets the children of theFileSystemItem
with the given id for the given principal.Methods in org.nuxeo.drive.service with parameters of type FileSystemItem Modifier and Type Method Description void
FileSystemItemChange. setFileSystemItem(FileSystemItem fileSystemItem)
-
Uses of FileSystemItem in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl declared as FileSystemItem Modifier and Type Field Description protected FileSystemItem
FileSystemItemChangeImpl. fileSystemItem
Methods in org.nuxeo.drive.service.impl that return FileSystemItem Modifier and Type Method Description protected 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)
FileSystemItem
FileSystemItemDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
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)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
FileSystemItem
AbstractSyncRootFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel)
.FileSystemItem
AbstractSyncRootFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel)
.FileSystemItem
AbstractSyncRootFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel)
.FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc)
FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, boolean includeDeleted)
FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
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
.FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem)
FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)
FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)
FileSystemItem
FileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
FileSystemItem
FileSystemItemChangeImpl. getFileSystemItem()
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)
FileSystemItem
AbstractFileSystemItemFactory. getFileSystemItemById(String id, NuxeoPrincipal principal)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)
FileSystemItem
AbstractVirtualFolderItemFactory. getFileSystemItemById(String id, NuxeoPrincipal principal)
FileSystemItem
FileSystemItemManagerImpl. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)
FileSystemItem
FileSystemItemManagerImpl. getFileSystemItemById(String id, NuxeoPrincipal principal)
FileSystemItem
FileSystemItemManagerImpl. move(String srcId, String destId, NuxeoPrincipal principal)
FileSystemItem
FileSystemItemManagerImpl. rename(String id, String name, NuxeoPrincipal principal)
Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItem Modifier and Type Method Description List<FileSystemItem>
FileSystemItemManagerImpl. getChildren(String id, NuxeoPrincipal principal)
Methods in org.nuxeo.drive.service.impl with parameters of type FileSystemItem Modifier and Type Method Description protected void
FileSystemItemManagerImpl. delete(FileSystemItem fsItem)
void
FileSystemItemChangeImpl. setFileSystemItem(FileSystemItem fileSystemItem)
protected FileItem
FileSystemItemManagerImpl. updateFile(FileSystemItem fsItem, Blob blob)
Constructors in org.nuxeo.drive.service.impl with parameters of type FileSystemItem Constructor Description FileSystemItemChangeImpl(String eventId, long eventDate, String repositoryId, String docUuid, FileSystemItem fsItem)
-