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

Inherits org.sleuthkit.autopsy.commonfilesearch.InterCaseCommonAttributeSearcher.

Public Member Functions

 SingleInterCaseCommonAttributeSearcher (int correlationCaseId, 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
 

Private Attributes

String correlationCaseName
 
final int corrleationCaseId
 

Detailed Description

Definition at line 39 of file SingleInterCaseCommonAttributeSearcher.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonfilesearch.SingleInterCaseCommonAttributeSearcher.SingleInterCaseCommonAttributeSearcher ( int  correlationCaseId,
boolean  filterByMediaMimeType,
boolean  filterByDocMimeType,
Type  corAttrType,
int  percentageThreshold 
) throws EamDbException
Parameters
correlationCaseId
filterByMediaMimeType
filterByDocMimeType
corAttrType
percentageThreshold
Exceptions
EamDbException

Definition at line 54 of file SingleInterCaseCommonAttributeSearcher.java.

Member Function Documentation

CommonAttributeCaseSearchResults org.sleuthkit.autopsy.commonfilesearch.SingleInterCaseCommonAttributeSearcher.findMatchesByCase ( ) throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException

Collect metadata required to render the tree table where matches must occur in the case with the given ID.

Returns
business object needed to populate tree table with results
Exceptions
TskCoreException
NoCurrentCaseException
SQLException
EamDbException

Definition at line 102 of file SingleInterCaseCommonAttributeSearcher.java.

References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getDisplayName().

CommonAttributeCountSearchResults org.sleuthkit.autopsy.commonfilesearch.SingleInterCaseCommonAttributeSearcher.findMatchesByCount ( ) throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException

Collect metadata required to render the tree table where matches must occur in the case with the given ID.

Returns
business object needed to populate tree table with results
Exceptions
TskCoreException
NoCurrentCaseException
SQLException
EamDbException

Definition at line 74 of file SingleInterCaseCommonAttributeSearcher.java.

References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getDisplayName().

CorrelationCase org.sleuthkit.autopsy.commonfilesearch.InterCaseCommonAttributeSearcher.getCorrelationCaseFromId ( int  correlationCaseId) throws EamDbException
protectedinherited

Definition at line 56 of file InterCaseCommonAttributeSearcher.java.

Member Data Documentation

String org.sleuthkit.autopsy.commonfilesearch.SingleInterCaseCommonAttributeSearcher.correlationCaseName
private

Definition at line 42 of file SingleInterCaseCommonAttributeSearcher.java.

final int org.sleuthkit.autopsy.commonfilesearch.SingleInterCaseCommonAttributeSearcher.corrleationCaseId
private

Definition at line 41 of file SingleInterCaseCommonAttributeSearcher.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.