Autopsy
4.9.1
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 Set< String > | mimeTypesToInclude |
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 42 of file CommonAttributeCountSearchResults.java.
void org.sleuthkit.autopsy.commonfilesearch.CommonAttributeCountSearchResults.filterMetadata | ( | ) | throws EamDbException |
Filter the results based on the criteria the user specified
EamDbException |
Definition at line 118 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 132 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(), and org.sleuthkit.autopsy.commonfilesearch.CommonAttributeCountSearchResults.resultTypeId.
Map<Integer, CommonAttributeValueList> org.sleuthkit.autopsy.commonfilesearch.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 109 of file CommonAttributeCountSearchResults.java.
int org.sleuthkit.autopsy.commonfilesearch.CommonAttributeCountSearchResults.size | ( | ) |
How many distinct common files exist for this search results?
Definition at line 221 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 47 of file CommonAttributeCountSearchResults.java.
|
staticprivate |
Definition at line 44 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 48 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 49 of file CommonAttributeCountSearchResults.java.
|
private |
Definition at line 50 of file CommonAttributeCountSearchResults.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonAttributeCountSearchResults.filterMetadata().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.