Class SynchronizeACLObserver

All Implemented Interfaces:
Observer, LogEnabled, Serviceable

This observer synchronize the ACL for JCR objects to live
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(Event event)
      Description copied from interface: Observer
      Checks if the event is supported. If true, the observe(Event) method will be called.
      Parameters:
      event - the event.
      Returns:
      true for observing this event, false otherwise.
    • _internalObserve

      protected void _internalObserve(Event event, javax.jcr.Session liveSession) throws javax.jcr.RepositoryException
      Description copied from class: AbstractSynchronizeObserver
      Observes the event with access to the live workspace.
      Specified by:
      _internalObserve in class AbstractSynchronizeObserver
      Parameters:
      event - the event.
      liveSession - the session to the live workspace.
      Throws:
      javax.jcr.RepositoryException - if an error occurs.