Package org.nuxeo.drive.service
-
Interface Summary Interface Description FileSystemChangeFinder Allows to find document changes.FileSystemChangeSummary Summary of file system changes, including: A list of file system item changes A global status code A document change is implemented byFileSystemItemChange
.FileSystemItemAdapterService Service for creating the rightFileSystemItem
adapter depending on theDocumentModel
type or facet.FileSystemItemChange Representation of a file system item change.FileSystemItemFactory Interface for the classes contributed to thefileSystemItemFactory
extension point of theFileSystemItemAdapterService
.FileSystemItemManager Provides an API to manage usual file system operations on aFileSystemItem
given its id.NuxeoDriveManager Manage list of NuxeoDrive synchronization roots and devices for a given nuxeo user.TopLevelFolderItemFactory Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
.VersioningFileSystemItemFactory Deprecated. since 9.1 as the automatic versioning is handled by versioning system, we don't need anymore this mechanism in driveVirtualFolderItemFactory Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
. -
Class Summary Class Description NuxeoDriveEvents Core event related constants for Nuxeo Drive.SynchronizationRoots Data transfer object to fetch the list of references of synchronization roots for a given repo and user. -
Exception Summary Exception Description TooManyChangesException Exception thrown byFileSystemChangeFinder
when too many document changes are found in the audit logs.