Package org.nuxeo.drive.listener
-
Class Summary Class Description NuxeoDriveCacheInvalidationListener Notify the NuxeoDriveManager service in case of document deletions so as to make it possible to invalidate any cache.NuxeoDriveFileSystemDeletionListener Synchronous event listener to track events that cannot be directly handled by theFileSystemChangeFinder
because the document bound to the event is either no more adaptable as aFileSystemItem
after the transaction has been committed (e.g.NuxeoDriveGroupUpdateListener Post-commit asynchronous listener that handles group change events fired by theUserManager
.NuxeoDriveSyncRootCopyListener Event listener to reset the synchronization root registrations on a copied document and its children.NuxeoDriveSyncRootVersioningListener Event listener to reset the synchronization root registrations on a versioned document.NuxeoDriveVirtualEventLogger Post-commit asynchronous listener that pushes the virtual events generated byNuxeoDriveFileSystemDeletionListener
to the Audit log.