Class MoveContentEvent

All Implemented Interfaces:
BroadcastEvent, SiteBroadcastEvent

public class MoveContentEvent extends ContentEvent
Event triggered when there is a content move change
Since:
4.0.1
Author:
Phil Nguyen
  • Field Details

    • sourcePath

      protected final String sourcePath
  • Constructor Details

    • MoveContentEvent

      public MoveContentEvent(org.springframework.security.core.Authentication authentication, String siteId, String sourcePath, String targetPath, boolean waitForCompletion)
    • MoveContentEvent

      public MoveContentEvent(org.springframework.security.core.Authentication authentication, String siteId, String sourcePath, String targetPath)
  • Method Details