|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Definition at line 39 of file SingleInterCaseCommonAttributeSearcher.java.
| org.sleuthkit.autopsy.commonfilesearch.SingleInterCaseCommonAttributeSearcher.SingleInterCaseCommonAttributeSearcher | ( | int | correlationCaseId, |
| boolean | filterByMediaMimeType, | ||
| boolean | filterByDocMimeType, | ||
| Type | corAttrType, | ||
| int | percentageThreshold | ||
| ) | throws EamDbException |
| correlationCaseId | |
| filterByMediaMimeType | |
| filterByDocMimeType | |
| corAttrType | |
| percentageThreshold |
| EamDbException |
Definition at line 54 of file SingleInterCaseCommonAttributeSearcher.java.
| 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.
| 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.
| 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().
|
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-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.