Autopsy
4.15.0
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 source type (local or remote) as a string. This is for clients that do not have access to the AutopsyEvent type, and is necessary because the events package is not currently a public package within the Autopsy-Core NetBeans Module (NBM).
Definition at line 82 of file AutopsyEvent.java.
|
inherited |
Gets the source type (local or remote).
Definition at line 69 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
|
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-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.