Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisEvent, and Serializable.
Public Member Functions | |
DataSourceAnalysisStartedEvent (long ingestJobId, Content dataSource) | |
DataSourceAnalysisStartedEvent (long ingestJobId, long unused, Content dataSource) | |
Content | getDataSource () |
long | getDataSourceIngestJobId () |
long | getIngestJobId () |
Object | getSource () |
SourceType | getSourceType () |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Event published when analysis (ingest) of a data source is started.
Definition at line 28 of file DataSourceAnalysisStartedEvent.java.
org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisStartedEvent.DataSourceAnalysisStartedEvent | ( | long | ingestJobId, |
Content | dataSource | ||
) |
Constructs an event published when analysis (ingest) of a data source is started.
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 41 of file DataSourceAnalysisStartedEvent.java.
References org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_STARTED.
org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisStartedEvent.DataSourceAnalysisStartedEvent | ( | long | ingestJobId, |
long | unused, | ||
Content | dataSource | ||
) |
Constructs an event published when analysis (ingest) of a data source is started.
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 58 of file DataSourceAnalysisStartedEvent.java.
References org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_STARTED.
|
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 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().
|
inherited |
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.
|
inherited |
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().
|
staticprivate |
Definition at line 30 of file DataSourceAnalysisStartedEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Sun Apr 2 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.