Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent Class Reference

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
 

Detailed Description

An application event that is published when a data source has been deleted.

Definition at line 28 of file DataSourceDeletedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.DataSourceDeletedEvent ( Long  dataSourceId)

Constructs an application event that is published when a data source has been deleted.

Parameters
dataSourceIdThe 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.

Member Function Documentation

long org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.getDataSourceId ( )

Gets the object ID of the data source that was deleted.

Returns
The data source id.

Definition at line 49 of file DataSourceDeletedEvent.java.

References org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.dataSourceID.

Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
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).

Returns
A string, either "LOCAL" or "REMOTE", as an Object.

Definition at line 82 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Gets the source type (local or remote).

Returns
SourceType The source type of the event, local or remote.

Definition at line 69 of file AutopsyEvent.java.

References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.dataSourceID
private
final long org.sleuthkit.autopsy.casemodule.events.DataSourceDeletedEvent.serialVersionUID = 1L
staticprivate

Definition at line 30 of file DataSourceDeletedEvent.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.