Autopsy  3.1
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

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

Private Member Functions

void loadArtifacts (BlackboardArtifact.ARTIFACT_TYPE artType)
 

Private Attributes

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

Detailed Description

Definition at line 68 of file InterestingHits.java.

Member Function Documentation

Set<Long> org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getArtifactIds ( String  setName)
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, Set<Long> > org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap = new LinkedHashMap<>()
private

Definition at line 69 of file InterestingHits.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.