Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Event published when a data source is being added to a case.
Definition at line 31 of file AddingDataSourceEvent.java.
org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.AddingDataSourceEvent | ( | UUID | dataSourceId | ) |
Constructs an event published when a data source is being added to a case.
dataSourceId | A 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.
UUID org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.getDataSourceId | ( | ) |
Gets the unique event id used to pair this AddindDataSourceEvent with a corresponding DataSourceAddedEvent or AddingDataSourceFailedEvent.
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.
Definition at line 57 of file AddingDataSourceEvent.java.
References org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.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 34 of file AddingDataSourceEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.AddingDataSourceEvent(), org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.getDataSourceId(), and org.sleuthkit.autopsy.casemodule.events.AddingDataSourceEvent.getEventId().
|
staticprivate |
Definition at line 33 of file AddingDataSourceEvent.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.