|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Detachable< ScoreContent.ScoreContentFilter >, and org.sleuthkit.autopsy.guiutils.RefreshThrottler.Refresher.
Classes | |
| class | ScoreContentChildren |
| class | ScoreContentNode |
Public Member Functions | |
| ScoreContentsChildren (SleuthkitCase skCase, long dsObjId) | |
| boolean | isRefreshRequired (PropertyChangeEvent evt) |
| void | refresh () |
Protected Member Functions | |
| void | addNotify () |
| boolean | createKeys (List< ScoreContent.ScoreContentFilter > list) |
| Node | createNodeForKey (ScoreContent.ScoreContentFilter key) |
| void | removeNotify () |
Private Attributes | |
| final long | datasourceObjId |
| final PropertyChangeListener | pcl |
| final RefreshThrottler | refreshThrottler = new RefreshThrottler(this) |
| SleuthkitCase | skCase |
| final Map< ScoreContentFilter, ScoreContentsChildren.ScoreContentNode > | typeNodeMap = new HashMap<>() |
| final PropertyChangeListener | weakPcl = WeakListeners.propertyChange(pcl, null) |
Children that display a node for Bad Items and Score Items.
Definition at line 359 of file ScoreContent.java.
| org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.ScoreContentsChildren | ( | SleuthkitCase | skCase, |
| long | dsObjId | ||
| ) |
Definition at line 374 of file ScoreContent.java.
References org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.skCase.
|
protected |
Definition at line 380 of file ScoreContent.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestModuleEventListener(), org.sleuthkit.autopsy.datamodel.ScoreContent.CASE_EVENTS_OF_INTEREST, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.datamodel.ScoreContent.INGEST_JOB_EVENTS_OF_INTEREST, org.sleuthkit.autopsy.datamodel.ScoreContent.INGEST_MODULE_EVENTS_OF_INTEREST, and org.sleuthkit.autopsy.guiutils.RefreshThrottler.registerForIngestModuleEvents().
|
protected |
Definition at line 408 of file ScoreContent.java.
References org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.typeNodeMap.
|
protected |
Definition at line 415 of file ScoreContent.java.
References org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.typeNodeMap.
| boolean org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.isRefreshRequired | ( | PropertyChangeEvent | evt | ) |
Determine whether the given event should result in a refresh.
| evt |
Implements org.sleuthkit.autopsy.guiutils.RefreshThrottler.Refresher.
Definition at line 403 of file ScoreContent.java.
References org.sleuthkit.autopsy.datamodel.ScoreContent.isRefreshRequired().
| void org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.refresh | ( | ) |
The RefreshThrottler calls this method when the RefreshTask runs.
Implements org.sleuthkit.autopsy.guiutils.RefreshThrottler.Refresher.
Definition at line 398 of file ScoreContent.java.
|
protected |
Definition at line 389 of file ScoreContent.java.
References org.sleuthkit.autopsy.datamodel.ScoreContent.CASE_EVENTS_OF_INTEREST, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.datamodel.ScoreContent.INGEST_JOB_EVENTS_OF_INTEREST, org.sleuthkit.autopsy.datamodel.ScoreContent.INGEST_MODULE_EVENTS_OF_INTEREST, org.sleuthkit.autopsy.casemodule.Case.removeEventTypeSubscriber(), org.sleuthkit.autopsy.ingest.IngestManager.removeIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.removeIngestModuleEventListener(), org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.typeNodeMap, and org.sleuthkit.autopsy.guiutils.RefreshThrottler.unregisterEventListener().
|
private |
Definition at line 362 of file ScoreContent.java.
|
private |
Definition at line 366 of file ScoreContent.java.
|
private |
Definition at line 364 of file ScoreContent.java.
|
private |
Definition at line 361 of file ScoreContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.ScoreContentsChildren().
|
private |
Definition at line 372 of file ScoreContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.createKeys(), org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.createNodeForKey(), and org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreContentsChildren.removeNotify().
|
private |
Definition at line 370 of file ScoreContent.java.
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.