Class DeleteNodeEvent


  • public class DeleteNodeEvent
    extends NodeEvent
    Delete Node Event Class
    Author:
    gkspencer
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Return the relative path of the target node
      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

      • DeleteNodeEvent

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

      • getPath

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

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