Class NuxeoDriveGroupUpdateListener

java.lang.Object
org.nuxeo.drive.listener.NuxeoDriveGroupUpdateListener
All Implemented Interfaces:
PostCommitEventListener, PostCommitFilteringEventListener

public class NuxeoDriveGroupUpdateListener extends Object implements PostCommitFilteringEventListener
Post-commit asynchronous listener that handles group change events fired by the UserManager.

For all the documents carrying an ACL impacted by a changed group or one of its ancestors it fires the NuxeoDriveEvents.GROUP_UPDATED event that is handled by the synchronous NuxeoDriveFileSystemDeletionListener.

Since:
9.2
  • Field Details

    • log

      protected static final org.apache.logging.log4j.Logger log
  • Constructor Details

    • NuxeoDriveGroupUpdateListener

      public NuxeoDriveGroupUpdateListener()
  • Method Details