Autopsy  4.19.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.commonpropertiessearch.AllInterCaseCommonAttributeSearcher Class Reference

Inherits org.sleuthkit.autopsy.commonpropertiessearch.InterCaseCommonAttributeSearcher.

Public Member Functions

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

Protected Member Functions

CorrelationCase getCorrelationCaseFromId (int correlationCaseId) throws CentralRepoException
 

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.commonpropertiessearch.AllInterCaseCommonAttributeSearcher.AllInterCaseCommonAttributeSearcher ( boolean  filterByMediaMimeType,
boolean  filterByDocMimeType,
Type  corAttrType,
int  percentageThreshold 
) throws CentralRepoException
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
CentralRepoException

Definition at line 52 of file AllInterCaseCommonAttributeSearcher.java.

Member Function Documentation

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

Definition at line 56 of file InterCaseCommonAttributeSearcher.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.