Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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<>() |
Definition at line 68 of file InterestingHits.java.
Set<Long> org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getArtifactIds | ( | String | setName, |
String | typeName | ||
) |
Definition at line 82 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.HitFactory.createKeys(), org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameNode.updateDisplayName(), and org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingItemTypeNode.updateDisplayName().
List<String> org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getSetNames | ( | ) |
Definition at line 73 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.createKeys().
|
private |
Definition at line 103 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.update().
void org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.update | ( | ) |
Definition at line 88 of file InterestingHits.java.
References org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap, and org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.loadArtifacts().
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.SetNameFactory.addNotify(), and org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingHits().
|
private |
Definition at line 71 of file InterestingHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getArtifactIds(), org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.getSetNames(), org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.loadArtifacts(), and org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.update().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.