Class ClusterFileSystemDeleteEvent

    • Constructor Detail

      • ClusterFileSystemDeleteEvent

        public ClusterFileSystemDeleteEvent​(IFile file)
        Creates a new cluster delete filesystem event.
        Parameters:
        file - the affected file or folder.
        Since:
        8.0.0
      • ClusterFileSystemDeleteEvent

        @Deprecated
        public ClusterFileSystemDeleteEvent​(PortalFile file)
        Deprecated.
        since 8.0.0 replaced by ClusterFileSystemDeleteEvent(IFile)
        Default constructor.
        Parameters:
        file - The file to be deleted.
        Since:
        6.0.0
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from interface: IPortalEvent
        Returns a string representation for this event. This representation is mostly suited for debugging and logging.
        Specified by:
        toString in interface IPortalEvent
        Overrides:
        toString in class FileSystemDeleteEvent
        Returns:
        a string representation for this event.