Package lumis.portal.filesystem.event
Class ClusterFileSystemDeleteEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.filesystem.event.FileSystemEvent
-
- lumis.portal.filesystem.event.FileSystemDeleteEvent
-
- lumis.portal.filesystem.event.ClusterFileSystemDeleteEvent
-
- All Implemented Interfaces:
IPortalEvent
@StableMinor(version="14.2", 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: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
- See Also:
FileSystemDeleteEvent
-
-
Constructor Summary
Constructors Constructor Description ClusterFileSystemDeleteEvent(IFile file)
Creates a new cluster delete filesystem event.ClusterFileSystemDeleteEvent(PortalFile file)
Deprecated.since 8.0.0 replaced byClusterFileSystemDeleteEvent(IFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
Returns a string representation for this event.-
Methods inherited from class lumis.portal.filesystem.event.FileSystemEvent
getFile, getPortalFile
-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
-
-
-
-
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 byClusterFileSystemDeleteEvent(IFile)
Default constructor.- Parameters:
file
- The file to be deleted.- Since:
- 6.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 interfaceIPortalEvent
- Overrides:
toString
in classFileSystemDeleteEvent
- Returns:
- a string representation for this event.
-
-