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

Inherits Observable.

Public Member Functions

Set< Long > getArtifactIds (String setName, String typeName)
 
List< String > getSetNames ()
 
void update ()
 

Private Member Functions

void loadArtifacts (BlackboardArtifact.ARTIFACT_TYPE artType)
 

Private Attributes

final Map< String, Map< String, Set< Long > > > interestingItemsMap = new LinkedHashMap<>()
 

Detailed Description

Definition at line 89 of file InterestingHits.java.

Member Function Documentation

Set<Long> org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getArtifactIds ( String  setName,
String  typeName 
)
List<String> org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getSetNames ( )
void org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.loadArtifacts ( BlackboardArtifact.ARTIFACT_TYPE  artType)
private
void org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.update ( )

Member Data Documentation

final Map<String, Map<String, Set<Long> > > org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap = new LinkedHashMap<>()
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.