Class MoveNodeEvent


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

      Constructors 
      Constructor Description
      MoveNodeEvent​(FileFolderServiceType fType, org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String fromPath, java.lang.String toPath)
      Class constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFromPath()
      Return the relative path of the target node
      java.lang.String getToPath()  
      java.lang.String toString()
      Return the node event as a string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MoveNodeEvent

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

      • getFromPath

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

        public final java.lang.String getToPath()
      • toString

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