Autopsy  4.21.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  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())
 

Detailed Description

Definition at line 57 of file InterestingHits.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits ( SleuthkitCase  skCase,
BlackboardArtifact.Type  artifactType 
)

Constructor

Parameters
skCaseCase DB
artifactTypeThe 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

Parameters
skCaseCase DB
artifactTypeThe artifact type (either interesting file or artifact).
objIdObject 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.

Member Data Documentation

final BlackboardArtifact.Type org.sleuthkit.autopsy.datamodel.InterestingHits.artifactType
private
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 InterestingResults org.sleuthkit.autopsy.datamodel.InterestingHits.interestingResults = new InterestingResults()
private

Definition at line 64 of file InterestingHits.java.

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

Definition at line 59 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-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.