Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
void | filterMetadata () throws CentralRepoException |
Map< Integer, CommonAttributeValueList > | getMetadata () |
int | size () |
Private Member Functions | |
void | filterMetadata (int maximumPercentageThreshold) throws CentralRepoException |
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 CentralRepoException |
Filter the results based on the criteria the user specified
CentralRepoException |
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.CentralRepository.getCountUniqueCaseDataSourceTuplesHavingTypeValue(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getCountUniqueDataSources(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getDefinedCorrelationTypes(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.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 190 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-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.