Class NodeEvent

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NodeEvent​(FileFolderServiceType fType, org.alfresco.service.cmr.repository.NodeRef nodeRef)
      Class constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FileFolderServiceType getFileType()
      Return the node file/folder type
      org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      Return the target node
      • Methods inherited from class java.lang.Object

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

      • NodeEvent

        protected NodeEvent​(FileFolderServiceType fType,
                            org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Class constructor
        Parameters:
        fType - FileFolderServiceTtype
        nodeRef - NodeRef
    • Method Detail

      • getNodeRef

        public final org.alfresco.service.cmr.repository.NodeRef getNodeRef()
        Return the target node
        Returns:
        NodeRef
      • getFileType

        public final FileFolderServiceType getFileType()
        Return the node file/folder type
        Returns:
        FileFolderServiceType