Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
class | HitFactory |
class | HitTypeFactory |
class | InterestingItemTypeNode |
class | InterestingResults |
class | RootNode |
class | SetNameFactory |
class | SetNameNode |
Public Member Functions | |
InterestingHits (SleuthkitCase skCase) | |
InterestingHits (SleuthkitCase skCase, long objId) | |
Private Attributes | |
final long | filteringDSObjId |
final InterestingResults | interestingResults = new InterestingResults() |
SleuthkitCase | skCase |
Static Private Attributes | |
static final String | DISPLAY_NAME = NbBundle.getMessage(InterestingHits.class, "InterestingHits.displayName.text") |
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 String | INTERESTING_ITEMS |
static final Logger | logger = Logger.getLogger(InterestingHits.class.getName()) |
Definition at line 54 of file InterestingHits.java.
org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits | ( | SleuthkitCase | skCase | ) |
Constructor
skCase | Case DB |
Definition at line 72 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.skCase.
org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits | ( | SleuthkitCase | skCase, |
long | objId | ||
) |
Constructor
skCase | Case DB |
objId | Object id of the data source |
Definition at line 83 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.skCase, and org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.update().
|
staticprivate |
Definition at line 58 of file InterestingHits.java.
|
private |
Definition at line 64 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().
|
staticprivate |
Definition at line 56 of file InterestingHits.java.
|
private |
Definition at line 63 of file InterestingHits.java.
|
staticprivate |
Definition at line 59 of file InterestingHits.java.
|
private |
Definition at line 62 of file InterestingHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.