Autopsy  4.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 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.getDataSourceId ( )

Gets the unique id for the data source used to pair this AddingDataSourceFailedEvent with a AddingDataSourceEvent.

Returns
The unique id.

Definition at line 55 of file AddingDataSourceFailedEvent.java.

References org.sleuthkit.autopsy.casemodule.events.AddingDataSourceFailedEvent.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.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-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.