Class LockContentEvent

All Implemented Interfaces:
BroadcastEvent, SiteBroadcastEvent

public class LockContentEvent extends SiteAwareEvent implements SiteBroadcastEvent
Event triggered when content is locked or unlocked

Note:This event is not part of the content hierarchy to prevent triggering a reindex

Since:
4.0.0
Author:
joseross
  • Field Details

    • targetPath

      protected final String targetPath
    • locked

      protected final boolean locked
  • Constructor Details

    • LockContentEvent

      public LockContentEvent(org.springframework.security.core.Authentication authentication, String siteId, String targetPath, boolean locked)
  • Method Details