Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.discovery.search.AbstractFilter.
Public Member Functions | |
List< Result > | applyAlternateFilter (List< Result > currentResults, SleuthkitCase caseDb, CentralRepository centralRepoDb) throws DiscoveryException |
String | getDesc () |
String | getWhereClause () |
boolean | useAlternateFilter () |
A filter for specifying if known files should be included.
Definition at line 1120 of file SearchFiltering.java.
|
inherited |
Run a secondary filter that does not operate on table.
currentResults | The current list of matching results; empty if no filters have yet been run. |
caseDb | The case database |
centralRepoDb | The central repo database. Can be null if the filter does not require it. |
DiscoveryException |
Definition at line 63 of file AbstractFilter.java.
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.KnownFilter.getDesc | ( | ) |
Definition at line 1130 of file SearchFiltering.java.
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.KnownFilter.getWhereClause | ( | ) |
Definition at line 1123 of file SearchFiltering.java.
|
inherited |
Indicates whether this filter needs to use the secondary, non-SQL method applyAlternateFilter().
Definition at line 45 of file AbstractFilter.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.