Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.
Inherited by org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent, and org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisStartedEvent.
Public Member Functions | |
DataSourceAnalysisEvent (IngestManager.IngestJobEvent eventType, long ingestJobId, Content dataSource) | |
DataSourceAnalysisEvent (IngestManager.IngestJobEvent eventType, long ingestJobId, long unused, Content dataSource) | |
Content | getDataSource () |
long | getDataSourceIngestJobId () |
long | getIngestJobId () |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
transient Content | dataSource |
final long | dataSourceIngestJobId |
final long | dataSourceObjectId |
final long | ingestJobId |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(DataSourceAnalysisEvent.class.getName()) |
static final long | serialVersionUID = 1L |
A base class for events published in connection with the analysis (ingest) of a data source.
Definition at line 35 of file DataSourceAnalysisEvent.java.
org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.DataSourceAnalysisEvent | ( | IngestManager.IngestJobEvent | eventType, |
long | ingestJobId, | ||
Content | dataSource | ||
) |
Constructs an instance of the base class for events published in connection with the analysis (ingest) of a data source.
eventType | The event type string. |
ingestJobId | The identifier of the ingest job. For a multi-user case, this ID is only unique on the host where the ingest job is running. |
dataSource | The data source. |
Definition at line 54 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.dataSource, and org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.ingestJobId.
org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.DataSourceAnalysisEvent | ( | IngestManager.IngestJobEvent | eventType, |
long | ingestJobId, | ||
long | unused, | ||
Content | dataSource | ||
) |
Constructs an instance of the base class for events published in connection with the analysis (ingest) of a data source by an ingest job.
eventType | The event type string. |
ingestJobId | The identifier of the ingest job. For a multi-user case, this ID is only unique on the host where the ingest job is running. |
unused | Unused. |
dataSource | The data source. |
Definition at line 76 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.dataSource.
Content org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.getDataSource | ( | ) |
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 hosts since subscribers to this event are often not interested in the event data.
Definition at line 109 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().
long org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.getDataSourceIngestJobId | ( | ) |
Gets the ID of the ingest job. For a multi-user case, this ID is only unique on the host where the ingest job is running.
Definition at line 99 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.dataSourceIngestJobId.
long org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.getIngestJobId | ( | ) |
Gets the ID of the ingest job. For a multi-user case, this ID is only unique on the host where the ingest job is running.
Definition at line 86 of file DataSourceAnalysisEvent.java.
References org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.ingestJobId.
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
private |
Definition at line 41 of file DataSourceAnalysisEvent.java.
Referenced by org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.DataSourceAnalysisCompletedEvent(), org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.DataSourceAnalysisEvent(), and org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.getDataSource().
|
private |
Definition at line 40 of file DataSourceAnalysisEvent.java.
Referenced by org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.getDataSourceIngestJobId().
|
private |
Definition at line 42 of file DataSourceAnalysisEvent.java.
|
private |
Definition at line 39 of file DataSourceAnalysisEvent.java.
Referenced by org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.DataSourceAnalysisCompletedEvent(), org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.DataSourceAnalysisEvent(), and org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent.getIngestJobId().
|
staticprivate |
Definition at line 38 of file DataSourceAnalysisEvent.java.
|
staticprivate |
Definition at line 37 of file DataSourceAnalysisEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Jun 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.