Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Definition at line 39 of file SingleInterCaseCommonAttributeSearcher.java.
org.sleuthkit.autopsy.commonpropertiessearch.SingleInterCaseCommonAttributeSearcher.SingleInterCaseCommonAttributeSearcher | ( | int | correlationCaseId, |
boolean | filterByMediaMimeType, | ||
boolean | filterByDocMimeType, | ||
Type | corAttrType, | ||
int | percentageThreshold | ||
) | throws CentralRepoException |
correlationCaseId | |
filterByMediaMimeType | |
filterByDocMimeType | |
corAttrType | |
percentageThreshold |
CentralRepoException |
Definition at line 54 of file SingleInterCaseCommonAttributeSearcher.java.
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.
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.
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().
|
protectedinherited |
Definition at line 56 of file InterCaseCommonAttributeSearcher.java.
|
private |
Definition at line 42 of file SingleInterCaseCommonAttributeSearcher.java.
|
private |
Definition at line 41 of file SingleInterCaseCommonAttributeSearcher.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.