20 package org.sleuthkit.autopsy.commonfilesearch;
22 import java.sql.SQLException;
24 import org.openide.util.NbBundle;
49 super(filterByMediaMimeType, filterByDocMimeType, corAttrType, percentageThreshold);
54 InterCaseSearchResultsProcessor eamDbAttrInst =
new InterCaseSearchResultsProcessor(corAttrType);
55 Map<Integer, CommonAttributeValueList> interCaseCommonFiles = eamDbAttrInst.findInterCaseCommonAttributeValues(
Case.
getCurrentCase());
61 "# {1} - threshold string",
62 "AllInterCaseCommonAttributeSearcher.buildTabTitle.titleInterAll=Common Properties (All Central Repository Cases, {0}{1})"})
64 String getTabTitle() {
65 return Bundle.AllInterCaseCommonAttributeSearcher_buildTabTitle_titleInterAll(this.corAttrType.getDisplayName(), this.getPercentThresholdString());
static Case getCurrentCase()
CommonAttributeSearchResults findMatches()
AllInterCaseCommonAttributeSearcher(boolean filterByMediaMimeType, boolean filterByDocMimeType, Type corAttrType, int percentageThreshold)