@StableMinor(version="12.3", sinceVersion="6.0") public class ClusterFileSystemDeleteEvent extends FileSystemDeleteEvent
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.
FileSystemDeleteEvent
Constructor and Description |
---|
ClusterFileSystemDeleteEvent(IFile file)
Creates a new cluster delete filesystem event.
|
ClusterFileSystemDeleteEvent(PortalFile file)
Deprecated.
since 8.0.0 replaced by
ClusterFileSystemDeleteEvent(IFile) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation for this event.
|
getFile, getPortalFile
getEventGroups, getOperationType, setEventGroups, setOperationType
public ClusterFileSystemDeleteEvent(IFile file)
file
- the affected file or folder.@Deprecated public ClusterFileSystemDeleteEvent(PortalFile file)
ClusterFileSystemDeleteEvent(IFile)
file
- The file to be deleted.public String toString()
IPortalEvent
toString
in interface IPortalEvent
toString
in class FileSystemDeleteEvent
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.