Class FileSystemUpdateEvent

  • All Implemented Interfaces:
    IPortalEvent
    Direct Known Subclasses:
    ClusterFileSystemUpdateEvent

    @Deprecated
    public class FileSystemUpdateEvent
    extends FileSystemEvent
    Deprecated.
    Since 12.0.0, for optimizations purposes, this event is no longer raised. ClusterFileSystemUpdateEvent event is still raised.
    Event raised when an entry is updated in the local portal file system.

    This event is raised in each portal node that has the file updated.

    Since:
    4.1.0
    Version:
    $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
    See Also:
    ClusterFileSystemUpdateEvent
    • Constructor Detail

      • FileSystemUpdateEvent

        public FileSystemUpdateEvent​(IFile file)
        Deprecated.
        Creates a new filesystem update event.
        Parameters:
        file - the affected file or folder.
        Since:
        8.0.0
      • FileSystemUpdateEvent

        @Deprecated
        public FileSystemUpdateEvent​(PortalFile file)
        Deprecated.
        since 8.0.0 replaced by FileSystemUpdateEvent(IFile)
        Creates a new filesystem update event.
        Parameters:
        file - the affected file or folder.
        Since:
        4.1.0
    • Method Detail

      • toString

        public java.lang.String toString()
        Deprecated.
        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 java.lang.Object
        Returns:
        a string representation for this event.