|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
| class | HitFactory |
| class | InterestingResults |
| class | RootNode |
| class | SetNameFactory |
| class | SetNameNode |
Public Member Functions | |
| InterestingHits (SleuthkitCase skCase, BlackboardArtifact.Type artifactType) | |
| InterestingHits (SleuthkitCase skCase, BlackboardArtifact.Type artifactType, long objId) | |
Private Attributes | |
| final BlackboardArtifact.Type | artifactType |
| final long | filteringDSObjId |
| final InterestingResults | interestingResults = new InterestingResults() |
| SleuthkitCase | skCase |
Static Private Attributes | |
| static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED) |
| static final Set< IngestManager.IngestModuleEvent > | INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestModuleEvent.DATA_ADDED) |
| static final Logger | logger = Logger.getLogger(InterestingHits.class.getName()) |
Definition at line 57 of file InterestingHits.java.
| org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits | ( | SleuthkitCase | skCase, |
| BlackboardArtifact.Type | artifactType | ||
| ) |
Constructor
| skCase | Case DB |
| artifactType | The artifact type (either interesting file or artifact). |
Definition at line 76 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.artifactType, and org.sleuthkit.autopsy.datamodel.InterestingHits.skCase.
| org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits | ( | SleuthkitCase | skCase, |
| BlackboardArtifact.Type | artifactType, | ||
| long | objId | ||
| ) |
Constructor
| skCase | Case DB |
| artifactType | The artifact type (either interesting file or artifact). |
| objId | Object id of the data source |
Definition at line 89 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.artifactType, and org.sleuthkit.autopsy.datamodel.InterestingHits.skCase.
|
private |
|
private |
Definition at line 65 of file InterestingHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.loadArtifacts().
|
staticprivate |
Definition at line 60 of file InterestingHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.addNotify().
|
staticprivate |
Definition at line 61 of file InterestingHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.addNotify().
|
private |
Definition at line 64 of file InterestingHits.java.
|
staticprivate |
Definition at line 59 of file InterestingHits.java.
|
private |
Definition at line 63 of file InterestingHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits().
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.