Class MoveNodeEvent


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

      • MoveNodeEvent

        public MoveNodeEvent​(FileFolderServiceType fType,
                             org.alfresco.service.cmr.repository.NodeRef nodeRef,
                             String fromPath,
                             String toPath)
        Class constructor
        Parameters:
        fType - FileFolderServiceTtype
        nodeRef - NodeRef
        fromPath - String
        toPath - String
    • Method Detail

      • 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