Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent, and Serializable.
Classes | |
enum | Reason |
Public Member Functions | |
DataSourceAnalysisCompletedEvent (long ingestJobId, long dataSourceIngestJobId, Content dataSource, Reason reason) | |
Content | getDataSource () |
long | getDataSourceIngestJobId () |
long | getIngestJobId () |
Reason | getResult () |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
final Reason | reason |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Event published when analysis (ingest) of a data source included in an ingest job is completed.
Definition at line 29 of file DataSourceAnalysisCompletedEvent.java.
org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.DataSourceAnalysisCompletedEvent | ( | long | ingestJobId, |
long | dataSourceIngestJobId, | ||
Content | dataSource, | ||
Reason | reason | ||
) |
Constructs an event published when analysis (ingest) of a data source included in an ingest job is completed.
ingestJobId | The identifier of the ingest job, specific to this node. |
dataSourceIngestJobId | The identifier of the data source ingest job,specific to this node. |
dataSource | The data source. |
reason | The reason analysis completed. |
Definition at line 54 of file DataSourceAnalysisCompletedEvent.java.
References org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_COMPLETED, and org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.reason.
|
inherited |
Gets the data source associated with this event.
The dataSource field is set in the constructor, but it is transient so it will become null when the event is serialized for publication over a network. Doing a lazy load of the Content object bypasses the issues related to the serialization and de-serialization of Content objects and may also save database round trips from other nodes since subscribers to this event are often not interested in the event data.
Definition at line 86 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.dataSource, org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
Referenced by org.sleuthkit.autopsy.timeline.ui.ViewFrame.handleAnalysisCompleted().
|
inherited |
Gets the id of the data source ingest job of which the analysis of this data source is a part.
Definition at line 77 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.dataSourceIngestJobId.
|
inherited |
Gets the id of the ingest job of which the analysis of this data source is a part.
Definition at line 67 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.ingestJobId.
Reason org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.getResult | ( | ) |
Gets the reason why the analysis of the data source completed.
Definition at line 62 of file DataSourceAnalysisCompletedEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.reason.
|
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 |
|
staticprivate |
Definition at line 40 of file DataSourceAnalysisCompletedEvent.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.