Class MoveContentEvent

  • All Implemented Interfaces:
    BroadcastEvent

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

      • sourcePath

        protected final String sourcePath
    • Constructor Detail

      • 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)