Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | List of all members
org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher Class Reference

Inherits org.sleuthkit.autopsy.commonfilesearch.InterCaseCommonAttributeSearcher.

Public Member Functions

 AllInterCaseCommonAttributeSearcher (boolean filterByMediaMimeType, boolean filterByDocMimeType, Type corAttrType, int percentageThreshold) throws EamDbException
 
CommonAttributeCaseSearchResults findMatchesByCase () throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException
 
CommonAttributeCountSearchResults findMatchesByCount () throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException
 

Protected Member Functions

CorrelationCase getCorrelationCaseFromId (int correlationCaseId) throws EamDbException
 

Detailed Description

Algorithm which finds files anywhere in the Central Repo which also occur in present case.

Definition at line 38 of file AllInterCaseCommonAttributeSearcher.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher.AllInterCaseCommonAttributeSearcher ( boolean  filterByMediaMimeType,
boolean  filterByDocMimeType,
Type  corAttrType,
int  percentageThreshold 
) throws EamDbException
Parameters
filterByMediaMimeTypematch only on files whose mime types can be broadly categorized as media types
filterByDocMimeTypematch only on files whose mime types can be broadly categorized as document types
corAttrTypeattribute type
percentageThresholdomit any matches with frequency above this threshold
Exceptions
EamDbException

Definition at line 52 of file AllInterCaseCommonAttributeSearcher.java.

Member Function Documentation

CommonAttributeCaseSearchResults org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher.findMatchesByCase ( ) throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException
CommonAttributeCountSearchResults org.sleuthkit.autopsy.commonfilesearch.AllInterCaseCommonAttributeSearcher.findMatchesByCount ( ) throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException
CorrelationCase org.sleuthkit.autopsy.commonfilesearch.InterCaseCommonAttributeSearcher.getCorrelationCaseFromId ( int  correlationCaseId) throws EamDbException
protectedinherited

Definition at line 56 of file InterCaseCommonAttributeSearcher.java.


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

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.