Class SolrContentValidatedObserver

All Implemented Interfaces:
IndexingObserver, Observer, LogEnabled, Prioritizable, Supporter<Event>, Contextualizable, Serviceable

Observes user directory content deletion in order to synchronize the solr index.
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(Event event)
      Description copied from interface: Supporter
      Check if an element is supported
      Parameters:
      event - The element
      Returns:
      true if the element is supported, false otherwise
    • _internalObserve

      protected void _internalObserve(Event event, Page rootContentPage, Content content)
      Description copied from class: AbstractContentObserver
      Do the actual work.
      Specified by:
      _internalObserve in class AbstractContentObserver
      Parameters:
      event - the observation event.
      rootContentPage - the page holding the virtual user pages
      content - a list containing all impacted user contents.