Autopsy  4.10.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.AddingDataSourceEvent Class Reference

Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.

Public Member Functions

 AddingDataSourceEvent (UUID dataSourceId)
 
UUID getDataSourceId ()
 
UUID getEventId ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Private Attributes

final UUID dataSourceId
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Event published when a data source is being added to a case.

Definition at line 31 of file AddingDataSourceEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.AddingDataSourceEvent ( UUID  dataSourceId)

Constructs an event published when a data source is being added to a case.

Parameters
dataSourceIdA unique identifier associated with the data source. Used to pair this AddingDataSourceEvent with a DataSourceAddedEvent or a AddingDataSourceFailedEvent.

Definition at line 45 of file AddingDataSourceEvent.java.

References org.sleuthkit.autopsy.casemodule.Case.Events.ADDING_DATA_SOURCE, and org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.dataSourceId.

Member Function Documentation

UUID org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.getDataSourceId ( )

Gets the unique event id used to pair this AddindDataSourceEvent with a corresponding DataSourceAddedEvent or AddingDataSourceFailedEvent.

Returns
The unique event id.
Deprecated:
Use getEventId instead.

Definition at line 70 of file AddingDataSourceEvent.java.

References org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.dataSourceId.

UUID org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.getEventId ( )

Gets the unique event id used to pair this AddindDataSourceEvent with a corresponding DataSourceAddedEvent or AddingDataSourceFailedEvent.

Returns
The unique event id.

Definition at line 57 of file AddingDataSourceEvent.java.

References org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.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 UUID org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.dataSourceId
private
final long org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.serialVersionUID = 1L
staticprivate

Definition at line 33 of file AddingDataSourceEvent.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.