Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.InterestingHits Class Reference

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())
 

Detailed Description

Definition at line 57 of file InterestingHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits ( SleuthkitCase  skCase)

Constructor

Parameters
skCaseCase DB

Definition at line 75 of file InterestingHits.java.

References org.sleuthkit.autopsy.datamodel.InterestingHits.skCase.

org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits ( SleuthkitCase  skCase,
long  objId 
)

Constructor

Parameters
skCaseCase DB
objIdObject id of the data source

Definition at line 86 of file InterestingHits.java.

References org.sleuthkit.autopsy.datamodel.InterestingHits.skCase, and org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.update().

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.InterestingHits.DISPLAY_NAME = NbBundle.getMessage(InterestingHits.class, "InterestingHits.displayName.text")
staticprivate
final long org.sleuthkit.autopsy.datamodel.InterestingHits.filteringDSObjId
private
final Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.datamodel.InterestingHits.INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED)
staticprivate
final Set<IngestManager.IngestModuleEvent> org.sleuthkit.autopsy.datamodel.InterestingHits.INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestModuleEvent.DATA_ADDED)
staticprivate
final String org.sleuthkit.autopsy.datamodel.InterestingHits.INTERESTING_ITEMS
staticprivate
Initial value:
= NbBundle
.getMessage(InterestingHits.class, "InterestingHits.interestingItems.text")

Definition at line 59 of file InterestingHits.java.

final InterestingResults org.sleuthkit.autopsy.datamodel.InterestingHits.interestingResults = new InterestingResults()
private

Definition at line 66 of file InterestingHits.java.

final Logger org.sleuthkit.autopsy.datamodel.InterestingHits.logger = Logger.getLogger(InterestingHits.class.getName())
staticprivate

Definition at line 62 of file InterestingHits.java.

SleuthkitCase org.sleuthkit.autopsy.datamodel.InterestingHits.skCase
private

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

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