Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent Enum Reference

Public Attributes

 CANCELLED
 
 COMPLETED
 
 DATA_SOURCE_ANALYSIS_COMPLETED
 
 DATA_SOURCE_ANALYSIS_STARTED
 
 STARTED
 

Detailed Description

Ingest job events.

Definition at line 1190 of file IngestManager.java.

Member Data Documentation

org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.CANCELLED
org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.COMPLETED
org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_COMPLETED

Property change event fired when analysis (ingest) of a data source included in an ingest job is completed. Both the old and new values of the ProerptyChangeEvent are set to null - cast the PropertyChangeEvent to org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent to access event data.

Definition at line 1227 of file IngestManager.java.

Referenced by org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisCompletedEvent.DataSourceAnalysisCompletedEvent(), and org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange().

org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.DATA_SOURCE_ANALYSIS_STARTED

Property change event fired when analysis (ingest) of a data source included in an ingest job is started. Both the old and new values of the ProerptyChangeEvent are set to null - cast the PropertyChangeEvent to org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisStartedEvent to access event data.

Definition at line 1218 of file IngestManager.java.

Referenced by org.sleuthkit.autopsy.ingest.events.DataSourceAnalysisStartedEvent.DataSourceAnalysisStartedEvent(), and org.sleuthkit.autopsy.casemodule.CollaborationMonitor.LocalTasksManager.propertyChange().

org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.STARTED

The documentation for this enum was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.