Inherited by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseCommonAttributeSearcher, and org.sleuthkit.autopsy.commonpropertiessearch.IntraCaseCommonAttributeSearcher.
Prototype for an object which finds files with common attributes. Subclass this and implement findMatchesByCount in order
Definition at line 39 of file AbstractCommonAttributeSearcher.java.
Implement this to search for files with common attributes. Creates an object (CommonAttributeCountSearchResults) which contains all of the information required to display a tree view in the UI. The view will contain 3 layers: a top level node, indicating the name of the case the results were found in, a mid level node indicating what data source the match was found in, and a bottom level which shows the files the match was found in
- Returns
- An object containing the results of the search
- Exceptions
-
TskCoreException | |
NoCurrentCaseException | |
SQLException | |
EamDbException | |
Implement this to search for files with common attributes. Creates an object (CommonAttributeCountSearchResults) which contains all of the information required to display a tree view in the UI. The view will contain 3 layers: a top level node, indicating the number matches each of it's children possess, a mid level node indicating the matched attribute,
- Returns
- Exceptions
-
TskCoreException | |
NoCurrentCaseException | |
SQLException | |
EamDbException | |
boolean org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeSearcher.filterByDoc |
|
private |
boolean org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeSearcher.filterByMedia |
|
private |
The documentation for this class was generated from the following file: