Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
void | filterMetadata () throws EamDbException |
Map< Integer, CommonAttributeValueList > | getMetadata () |
int | size () |
Private Member Functions | |
void | filterMetadata (int maximumPercentageThreshold) throws EamDbException |
Private Attributes | |
final Map< Integer, CommonAttributeValueList > | instanceCountToAttributeValues |
final int | percentageThreshold |
final int | resultTypeId |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(CommonAttributeCountSearchResults.class.getName()) |
Stores the results from the various types of common attribute searching Stores results based on how they are currently displayed in the UI
Definition at line 40 of file CommonAttributeCountSearchResults.java.
void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.filterMetadata | ( | ) | throws EamDbException |
Filter the results based on the criteria the user specified
EamDbException |
Definition at line 112 of file CommonAttributeCountSearchResults.java.
|
private |
Get an unmodifiable collection of values, indexed by number of grandchildren, which represents the common attributes found in the search.
Remove results which are not found in the portion of available data sources described by maximumPercentageThreshold.
Definition at line 126 of file CommonAttributeCountSearchResults.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getCountUniqueCaseDataSourceTuplesHavingTypeValue(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getCountUniqueDataSources(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getDefaultCorrelationTypes(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled(), and org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.resultTypeId.
Map<Integer, CommonAttributeValueList> org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.getMetadata | ( | ) |
Get an unmodifiable collection of values, indexed by number of grandchildren, which represents the common attributes found in the search.
Definition at line 103 of file CommonAttributeCountSearchResults.java.
int org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.size | ( | ) |
How many distinct common files exist for this search results?
Definition at line 191 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 45 of file CommonAttributeCountSearchResults.java.
|
staticprivate |
Definition at line 42 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 46 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 47 of file CommonAttributeCountSearchResults.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.filterMetadata().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.