Package lumis.portal.filesystem.event
Class FileSystemAddEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.filesystem.event.FileSystemEvent
-
- lumis.portal.filesystem.event.FileSystemAddEvent
-
- All Implemented Interfaces:
IPortalEvent
- Direct Known Subclasses:
ClusterFileSystemAddEvent
@Deprecated public class FileSystemAddEvent extends FileSystemEvent
Deprecated.Since 12.0.0, for optimizations purposes, this event is no longer raised.ClusterFileSystemAddEvent
event is still raised.Event raised when an entry is added to the local portal file system.This event is raised in each portal node that has the file added.
- Since:
- 4.1.0
- Version:
- $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
- See Also:
ClusterFileSystemAddEvent
-
-
Constructor Summary
Constructors Constructor Description FileSystemAddEvent(IFile file)
Deprecated.Creates a new filesystem add event.FileSystemAddEvent(PortalFile file)
Deprecated.since 8.0.0 replaced byFileSystemAddEvent(IFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
toString()
Deprecated.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
-
FileSystemAddEvent
public FileSystemAddEvent(IFile file)
Deprecated.Creates a new filesystem add event.- Parameters:
file
- the affected file or folder.- Since:
- 8.0.0
-
FileSystemAddEvent
@Deprecated public FileSystemAddEvent(PortalFile file)
Deprecated.since 8.0.0 replaced byFileSystemAddEvent(IFile)
Creates a new filesystem delete event.- Parameters:
file
- the affected file or folder.- Since:
- 4.1.0
-
-
Method Detail
-
toString
public 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 interfaceIPortalEvent
- Overrides:
toString
in classObject
- Returns:
- a string representation for this event.
-
-