Class MoveNodeEvent

java.lang.Object
org.alfresco.filesys.repo.NodeEvent
org.alfresco.filesys.repo.MoveNodeEvent

public class MoveNodeEvent extends NodeEvent
Move Node Event Class
Author:
gkspencer
  • Constructor Details

    • MoveNodeEvent

      public MoveNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String fromPath, String toPath)
      Class constructor
      Parameters:
      fType - FileFolderServiceTtype
      nodeRef - NodeRef
      fromPath - String
      toPath - String
  • Method Details

    • getFromPath

      public final String getFromPath()
      Return the relative path of the target node
      Returns:
      String
    • getToPath

      public final String getToPath()
    • toString

      public String toString()
      Return the node event as a string
      Overrides:
      toString in class Object
      Returns:
      String