Autopsy  4.18.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.AddingDataSourceFailedEvent Class Reference

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

Public Member Functions

 AddingDataSourceFailedEvent (UUID dataSourceId)
 
UUID getAddingDataSourceEventId ()
 
UUID getDataSourceId ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Private Attributes

final UUID dataSourceId
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Event published when an attempt to add a data source to a case fails.

Definition at line 31 of file AddingDataSourceFailedEvent.java.

Constructor & Destructor Documentation

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

Constructs an event published when an attempt to add a data source to a case fails.

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

Definition at line 44 of file AddingDataSourceFailedEvent.java.

References org.sleuthkit.autopsy.casemodule.Case.Events.ADDING_DATA_SOURCE_FAILED, and org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent.dataSourceId.

Member Function Documentation

UUID org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent.getAddingDataSourceEventId ( )

Gets the unique id used to pair this AddingDataSourceFailedEvent with the corresponding AddingDataSourceEvent.

Returns
The unique event id.

Definition at line 55 of file AddingDataSourceFailedEvent.java.

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

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

Gets the unique id used to pair this AddingDataSourceFailedEvent with the corresponding AddingDataSourceEvent.

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

Definition at line 67 of file AddingDataSourceFailedEvent.java.

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

Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the event source type (local or remote) as a string.

Returns
A string, either "LOCAL" or "REMOTE."

Definition at line 88 of file AutopsyEvent.java.

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

Member Data Documentation

final UUID org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent.dataSourceId
private
final long org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent.serialVersionUID = 1L
staticprivate

Definition at line 33 of file AddingDataSourceFailedEvent.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.