Autopsy  4.14.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 CentralRepoException
 
Map< Integer, CommonAttributeValueListgetMetadata ()
 
int size ()
 

Private Member Functions

void filterMetadata (int maximumPercentageThreshold) throws CentralRepoException
 

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 CentralRepoException

Filter the results based on the criteria the user specified

Exceptions
CentralRepoException

Definition at line 112 of file CommonAttributeCountSearchResults.java.

void org.sleuthkit.autopsy.commonpropertiessearch.CommonAttributeCountSearchResults.filterMetadata ( int  maximumPercentageThreshold) throws CentralRepoException
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 190 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-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.