Autopsy  4.19.0
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.commonpropertiessearch.SingleInterCaseCommonAttributeSearcher Class Reference

Inherits org.sleuthkit.autopsy.commonpropertiessearch.InterCaseCommonAttributeSearcher.

Public Member Functions

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

Private Attributes

String correlationCaseName
 
final int corrleationCaseId
 

Detailed Description

Definition at line 39 of file SingleInterCaseCommonAttributeSearcher.java.

Constructor & Destructor Documentation

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

Definition at line 54 of file SingleInterCaseCommonAttributeSearcher.java.

Member Function Documentation

CommonAttributeCaseSearchResults org.sleuthkit.autopsy.commonpropertiessearch.SingleInterCaseCommonAttributeSearcher.findMatchesByCase ( ) throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException

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
CentralRepoException

Definition at line 103 of file SingleInterCaseCommonAttributeSearcher.java.

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

CommonAttributeCountSearchResults org.sleuthkit.autopsy.commonpropertiessearch.SingleInterCaseCommonAttributeSearcher.findMatchesByCount ( ) throws TskCoreException, NoCurrentCaseException, SQLException, CentralRepoException

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
CentralRepoException

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.commonpropertiessearch.InterCaseCommonAttributeSearcher.getCorrelationCaseFromId ( int  correlationCaseId) throws CentralRepoException
protectedinherited

Definition at line 56 of file InterCaseCommonAttributeSearcher.java.

Member Data Documentation

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

Definition at line 42 of file SingleInterCaseCommonAttributeSearcher.java.

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

Definition at line 41 of file SingleInterCaseCommonAttributeSearcher.java.


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

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