20 package org.sleuthkit.autopsy.commonfilesearch;
22 import java.sql.SQLException;
24 import org.openide.util.NbBundle;
52 boolean filterByDocMimeType,
Type corAttrType,
int percentageThreshold)
throws EamDbException {
53 super(filterByMediaMimeType, filterByDocMimeType, corAttrType, percentageThreshold);
55 this.corrleationCaseId = correlationCaseId;
56 this.correlationCaseName =
"";
73 CorrelationCase cCase = this.getCorrelationCaseFromId(this.corrleationCaseId);
75 return this.findFiles(cCase);
79 InterCaseSearchResultsProcessor eamDbAttrInst =
new InterCaseSearchResultsProcessor(this.corAttrType);
80 Map<Integer, CommonAttributeValueList> interCaseCommonFiles = eamDbAttrInst.findSingleInterCaseCommonAttributeValues(
Case.
getCurrentCase(), correlationCase);
88 "# {2} - threshold string",
89 "SingleInterCaseCommonAttributeSearcher.buildTabTitle.titleInterSingle=Common Properties (Central Repository Case: {0}, {1}{2})"})
92 String getTabTitle() {
93 return Bundle.SingleInterCaseCommonAttributeSearcher_buildTabTitle_titleInterSingle(this.correlationCaseName, this.corAttrType.getDisplayName(), this.getPercentThresholdString());
SingleInterCaseCommonAttributeSearcher(int correlationCaseId, boolean filterByMediaMimeType, boolean filterByDocMimeType, Type corAttrType, int percentageThreshold)
CommonAttributeSearchResults findMatches()
final int corrleationCaseId
String correlationCaseName
static Case getCurrentCase()