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 interfaceFileItemRepresentation of a file, ie.interfaceFolderItemRepresentation of a folder.Methods in org.nuxeo.drive.adapter that return FileSystemItem Modifier and Type Method Description FileSystemItemFileSystemItem. 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 classAbstractDocumentBackedFileSystemItemDocumentModelbacked implementation of aFileSystemItem.classAbstractFileSystemItemBase class forFileSystemItemimplementations.classAbstractVirtualFolderItemBase implementation of a virtualFolderItem.classCollectionSyncRootFolderItemDefault implementation of a collection synchronization rootFolderItem.classDefaultSyncRootFolderItemDefault implementation of a synchronization rootFolderItem.classDefaultTopLevelFolderItemDefault implementation of the top levelFolderItem.classDocumentBackedFileItemDocumentModelbacked implementation of aFileItem.classDocumentBackedFolderItemDocumentModelbacked implementation of aFolderItem.classSimpleFileSystemItemSimple FileSystemItem just holding data, used for JSON deserialization.Methods in org.nuxeo.drive.adapter.impl that return FileSystemItem Modifier and Type Method Description FileSystemItemAbstractDocumentBackedFileSystemItem. move(FolderItem dest)FileSystemItemAbstractVirtualFolderItem. move(FolderItem dest)FileSystemItemDefaultSyncRootFolderItem. move(FolderItem dest)FileSystemItemSimpleFileSystemItem. 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 intAbstractFileSystemItem. 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 classESSyncRootFolderItemElasticsearch implementation of aDefaultSyncRootFolderItem.Methods in org.nuxeo.drive.elasticsearch that return FileSystemItem Modifier and Type Method Description protected 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 FileSystemItem Modifier and Type Class Description classPermissionTopLevelFolderItemUser workspace and permission based implementation of the top levelFolderItem.classSharedSyncRootParentFolderItemPermission based implementation of the parentFolderItemof the user's shared synchronization roots.classUserSyncRootParentFolderItemUser workspace based implementation of the parentFolderItemof the user's synchronization roots.Methods in org.nuxeo.drive.hierarchy.permission.adapter that return FileSystemItem Modifier and Type Method Description FileSystemItemUserSyncRootParentFolderItem. 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 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)FileSystemItemUserSyncRootParentFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)Force parent item usingUserSyncRootParentFactory.getTopLevelFolderItem(NuxeoPrincipal).FileSystemItemUserSyncRootParentFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemUserSyncRootParentFactory. 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 classUserWorkspaceSyncRootParentFolderItemUser workspace based implementation of the synchronization root parentFolderItem.classUserWorkspaceTopLevelFolderItemUser workspace based implementation of the top levelFolderItem.Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return FileSystemItem Modifier and Type Method Description FileSystemItemUserWorkspaceTopLevelFolderItem. 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 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 FileSystemItem Modifier and Type Method Description protected FileSystemItemNuxeoDriveFileSystemDeletionListener. getFileSystemItem(DocumentModel doc, String eventName)Methods in org.nuxeo.drive.listener with parameters of type FileSystemItem Modifier and Type Method Description protected 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 FileSystemItem Modifier and Type Method Description FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, boolean includeDeleted)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemFileSystemItemChange. getFileSystemItem()FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)Gets theFileSystemItemfor the givenDocumentModel.FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemFileSystemItemFactory. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)Gets theFileSystemItemwith the given id and parent id using a core session fetched with the given principal.FileSystemItemFileSystemItemFactory. getFileSystemItemById(String id, NuxeoPrincipal principal)Gets theFileSystemItemwith the given id using a core session fetched with the given principal.FileSystemItemFileSystemItemManager. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)Gets theFileSystemItemwith the given id and parent id for the given principal.FileSystemItemFileSystemItemManager. getFileSystemItemById(String id, NuxeoPrincipal principal)Gets theFileSystemItemwith the given id for the given principal.FileSystemItemFileSystemItemManager. move(String srcId, String destId, NuxeoPrincipal principal)Moves theFileSystemItemwith the given source id to theFileSystemItemwith the given destination id for the given principal.FileSystemItemFileSystemItemManager. 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 FileSystemItem Modifier and Type Method Description List<FileSystemItem>FileSystemItemManager. 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 FileSystemItem Modifier and Type Method Description voidFileSystemItemChange. 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 FileSystemItemFileSystemItemChangeImpl. fileSystemItemMethods in org.nuxeo.drive.service.impl that return FileSystemItem Modifier and Type Method Description protected 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)FileSystemItemFileSystemItemDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)protected FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemAbstractSyncRootFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel).FileSystemItemAbstractSyncRootFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel).FileSystemItemAbstractSyncRootFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)Force parent usingAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel).FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, boolean includeDeleted)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemAdapterServiceImpl. 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.FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemFileSystemItemChangeImpl. getFileSystemItem()FileSystemItemAbstractFileSystemItemFactory. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItemById(String id, NuxeoPrincipal principal)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItemById(String id, NuxeoPrincipal principal)FileSystemItemFileSystemItemManagerImpl. getFileSystemItemById(String id, String parentId, NuxeoPrincipal principal)FileSystemItemFileSystemItemManagerImpl. getFileSystemItemById(String id, NuxeoPrincipal principal)FileSystemItemFileSystemItemManagerImpl. move(String srcId, String destId, NuxeoPrincipal principal)FileSystemItemFileSystemItemManagerImpl. 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 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 FileSystemItem Constructor Description FileSystemItemChangeImpl(String eventId, long eventDate, String repositoryId, String docUuid, FileSystemItem fsItem)
-