Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.
Public Member Functions | |
DataSourceDeletedEvent (Long dataSourceId) | |
long | getDataSourceId () |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
final long | dataSourceID |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An application event that is published when a data source has been deleted.
Definition at line 28 of file DataSourceDeletedEvent.java.
org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.DataSourceDeletedEvent | ( | Long | dataSourceId | ) |
Constructs an application event that is published when a data source has been deleted.
dataSourceId | The object ID of the data source that was deleted. |
Definition at line 39 of file DataSourceDeletedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_DELETED.
long org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.getDataSourceId | ( | ) |
Gets the object ID of the data source that was deleted.
Definition at line 49 of file DataSourceDeletedEvent.java.
References org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.dataSourceID.
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
private |
Definition at line 31 of file DataSourceDeletedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.getDataSourceId().
|
staticprivate |
Definition at line 30 of file DataSourceDeletedEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.