Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
CANCELLED | |
COMPLETED | |
DATA_SOURCE_ANALYSIS_COMPLETED | |
DATA_SOURCE_ANALYSIS_STARTED | |
STARTED | |
Ingest job events.
Definition at line 1298 of file IngestManager.java.
org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.CANCELLED |
Property change event fired when an ingest job is canceled. The old value of the PropertyChangeEvent object is set to the ingest job id, and the new value is set to null.
Definition at line 1317 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.customizeComponents(), org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.FileTypesByExtObservable(), org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.isLocalIngestJobEvent(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.isLocalIngestJobEvent(), org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.propertyChange(), org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.IngestJobEventListener.propertyChange(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.IngestRunningLabel.setupListener().
org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.COMPLETED |
Property change event fired when an ingest job is completed. The old value of the PropertyChangeEvent object is set to the ingest job id, and the new value is set to null.
Definition at line 1311 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.customizeComponents(), org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.FileTypesByExtObservable(), org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.isLocalIngestJobEvent(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.isLocalIngestJobEvent(), org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.propertyChange(), org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.IngestJobEventListener.propertyChange(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.IngestRunningLabel.setupListener().
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 1335 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 1326 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 |
Property change event fired when an ingest job is started. The old value of the PropertyChangeEvent object is set to the ingest job id, and the new value is set to null.
Definition at line 1305 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.customizeComponents(), org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.isLocalIngestJobEvent(), org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel.isLocalIngestJobEvent(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.IngestRunningLabel.setupListener().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.