Uses of Interface
org.nuxeo.drive.adapter.FileSystemItem
Packages that use FileSystemItem
Package
Description
-
Uses of FileSystemItem in org.nuxeo.drive.adapter
Subinterfaces of FileSystemItem in org.nuxeo.drive.adapterModifier and TypeInterfaceDescriptioninterfaceRepresentation of a file, ie. a downloadableFileSystemItem.interfaceRepresentation of a folder.Methods in org.nuxeo.drive.adapter that return FileSystemItemMethods in org.nuxeo.drive.adapter that return types with arguments of type FileSystemItem -
Uses of FileSystemItem in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement FileSystemItemModifier and TypeClassDescriptionclassDocumentModelbacked implementation of aFileSystemItem.classBase class forFileSystemItemimplementations.classBase implementation of a virtualFolderItem.classDefault implementation of a collection synchronization rootFolderItem.classDefault implementation of a synchronization rootFolderItem.classDefault implementation of the top levelFolderItem.classDocumentModelbacked implementation of aFileItem.classDocumentModelbacked implementation of aFolderItem.classSimple FileSystemItem just holding data, used for JSON deserialization.Methods in org.nuxeo.drive.adapter.impl that return FileSystemItemModifier and TypeMethodDescriptionAbstractDocumentBackedFileSystemItem.move(FolderItem dest) AbstractVirtualFolderItem.move(FolderItem dest) DefaultSyncRootFolderItem.move(FolderItem dest) SimpleFileSystemItem.move(FolderItem dest) Methods in org.nuxeo.drive.adapter.impl that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionprotected List<FileSystemItem>DocumentBackedFolderItem.adaptDocuments(DocumentModelList docs, CoreSession session) CollectionSyncRootFolderItem.getChildren()DefaultTopLevelFolderItem.getChildren()DocumentBackedFolderItem.getChildren()Methods in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItemConstructor parameters in org.nuxeo.drive.adapter.impl with type arguments of type FileSystemItemModifierConstructorDescriptionScrollFileSystemItemListImpl(String scrollId, List<FileSystemItem> list) -
Uses of FileSystemItem in org.nuxeo.drive.elasticsearch
Classes in org.nuxeo.drive.elasticsearch that implement FileSystemItemModifier and TypeClassDescriptionclassElasticsearch implementation of aDefaultSyncRootFolderItem.Methods in org.nuxeo.drive.elasticsearch that return FileSystemItemModifier and TypeMethodDescriptionprotected FileSystemItemESSyncRootFolderItemFactory.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 FileSystemItemModifier and TypeClassDescriptionclassUser workspace and permission based implementation of the top levelFolderItem.classPermission based implementation of the parentFolderItemof the user's shared synchronization roots.classUser workspace based implementation of the parentFolderItemof the user's synchronization roots.Methods in org.nuxeo.drive.hierarchy.permission.adapter that return FileSystemItemMethods in org.nuxeo.drive.hierarchy.permission.adapter that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionPermissionTopLevelFolderItem.getChildren()SharedSyncRootParentFolderItem.getChildren()UserSyncRootParentFolderItem.getChildren() -
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.permission.factory
Methods in org.nuxeo.drive.hierarchy.permission.factory that return FileSystemItemModifier and TypeMethodDescriptionprotected FileSystemItemPermissionSyncRootFactory.adaptDocument(DocumentModel doc, boolean forceParentId, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemUserSyncRootParentFactory.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
Classes in org.nuxeo.drive.hierarchy.userworkspace.adapter that implement FileSystemItemModifier and TypeClassDescriptionclassUser workspace based implementation of the synchronization root parentFolderItem.classUser workspace based implementation of the top levelFolderItem.Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return FileSystemItemMethods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionUserWorkspaceSyncRootParentFolderItem.getChildren()UserWorkspaceTopLevelFolderItem.getChildren() -
Uses of FileSystemItem in org.nuxeo.drive.hierarchy.userworkspace.factory
Methods in org.nuxeo.drive.hierarchy.userworkspace.factory that return FileSystemItemModifier and TypeMethodDescriptionprotected FileSystemItemUserWorkspaceSyncRootFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemUserWorkspaceTopLevelFactory.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 FileSystemItemModifier and TypeMethodDescriptionprotected FileSystemItemNuxeoDriveFileSystemDeletionListener.getFileSystemItem(DocumentModel doc, String eventName) Methods in org.nuxeo.drive.listener with parameters of type FileSystemItemModifier and TypeMethodDescriptionprotected LogEntryNuxeoDriveFileSystemDeletionListener.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 FileSystemItemModifier and TypeMethodDescriptionFileSystemItemAdapterService.getFileSystemItem(DocumentModel doc) Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, boolean includeDeleted) Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Gets theFileSystemItemfor 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 theFileSystemItemfor the givenDocumentModel.FileSystemItemFactory.getFileSystemItem(DocumentModel doc, boolean includeDeleted) Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFactory.getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint) Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFactory.getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Gets theFileSystemItemfor 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 theFileSystemItemwith the given id and parent id using a core session fetched with the given principal.FileSystemItemFactory.getFileSystemItemById(String id, NuxeoPrincipal principal) Gets theFileSystemItemwith the given id using a core session fetched with the given principal.FileSystemItemManager.getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal) Gets theFileSystemItemwith the given id and parent id for the given principal.FileSystemItemManager.getFileSystemItemById(String id, NuxeoPrincipal principal) Gets theFileSystemItemwith the given id for the given principal.FileSystemItemManager.move(String srcId, String destId, NuxeoPrincipal principal) Moves theFileSystemItemwith the given source id to theFileSystemItemwith the given destination id for the given principal.FileSystemItemManager.rename(String id, String name, NuxeoPrincipal principal) Renames theFileSystemItemwith the given id with the given name for the given principal.Methods in org.nuxeo.drive.service that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionFileSystemItemManager.getChildren(String id, NuxeoPrincipal principal) Gets the children of theFileSystemItemwith the given id for the given principal.Methods in org.nuxeo.drive.service with parameters of type FileSystemItemModifier and TypeMethodDescriptionvoidFileSystemItemChange.setFileSystemItem(FileSystemItem fileSystemItem) -
Uses of FileSystemItem in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl declared as FileSystemItemModifier and TypeFieldDescriptionprotected FileSystemItemFileSystemItemChangeImpl.fileSystemItemMethods in org.nuxeo.drive.service.impl that return FileSystemItemModifier and TypeMethodDescriptionprotected FileSystemItemAbstractFileSystemItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem) protected abstract FileSystemItemAbstractFileSystemItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Adapts the givenDocumentModelto aFileSystemItem.protected FileSystemItemCollectionSyncRootFolderItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemDefaultFileSystemItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemDefaultSyncRootFolderItemFactory.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 FileSystemItemAbstractFileSystemItemFactory.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 FileSystemItemFileSystemItemAdapterServiceImpl.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) Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionFileSystemItemManagerImpl.getChildren(String id, NuxeoPrincipal principal) Methods in org.nuxeo.drive.service.impl with parameters of type FileSystemItemModifier and TypeMethodDescriptionprotected voidFileSystemItemManagerImpl.delete(FileSystemItem fsItem) voidFileSystemItemChangeImpl.setFileSystemItem(FileSystemItem fileSystemItem) protected FileItemFileSystemItemManagerImpl.updateFile(FileSystemItem fsItem, Blob blob) Constructors in org.nuxeo.drive.service.impl with parameters of type FileSystemItemModifierConstructorDescriptionFileSystemItemChangeImpl(String eventId, long eventDate, String repositoryId, String docUuid, FileSystemItem fsItem)