Class ClusterFileSystemDeleteEvent

  • All Implemented Interfaces:
    IPortalEvent

    @StableMinor(version="14.0",
                 sinceVersion="6.0")
    public class ClusterFileSystemDeleteEvent
    extends FileSystemDeleteEvent
    Event raised when a file has been removed and will propagate to the whole cluster.

    This event is raised only once in a portal cluster for each logical file. When the file change is replicated to other portal nodes, the FileSystemDeleteEvent is raised instead.

    Since:
    6.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    See Also:
    FileSystemDeleteEvent
    • 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
    • Method Detail

      • toString

        public 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.