Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults Class Reference

Public Member Functions

void filterMetadata () throws EamDbException
 
Map< Integer, CommonAttributeValueListgetMetadata ()
 
int size ()
 

Private Member Functions

void filterMetadata (int maximumPercentageThreshold) throws EamDbException
 

Private Attributes

final Map< Integer, CommonAttributeValueListinstanceCountToAttributeValues
 
final int percentageThreshold
 
final int resultTypeId
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(CommonAttributeCountSearchResults.class.getName())
 

Detailed Description

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.

Member Function Documentation

void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.filterMetadata ( ) throws EamDbException

Filter the results based on the criteria the user specified

Exceptions
EamDbException

Definition at line 112 of file CommonAttributeCountSearchResults.java.

void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.filterMetadata ( int  maximumPercentageThreshold) throws EamDbException
private
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.

Returns
map of sizes of children to list of matches

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?

Returns
number of common files

Definition at line 191 of file CommonAttributeCountSearchResults.java.

Member Data Documentation

final Map<Integer, CommonAttributeValueList> org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.instanceCountToAttributeValues
private

Definition at line 45 of file CommonAttributeCountSearchResults.java.

final Logger org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.LOGGER = Logger.getLogger(CommonAttributeCountSearchResults.class.getName())
staticprivate

Definition at line 42 of file CommonAttributeCountSearchResults.java.

final int org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.percentageThreshold
private

Definition at line 46 of file CommonAttributeCountSearchResults.java.

final int org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.resultTypeId
private

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.