Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.discovery.search.AbstractFilter.
Public Member Functions | |
SizeFilter (List< FileSize > fileSizes) | |
List< Result > | applyAlternateFilter (List< Result > currentResults, SleuthkitCase caseDb, CentralRepository centralRepoDb) throws DiscoveryException |
String | getDesc () |
String | getWhereClause () |
boolean | useAlternateFilter () |
Private Attributes | |
final List< FileSize > | fileSizes |
A filter for specifying the file size.
Definition at line 251 of file SearchFiltering.java.
org.sleuthkit.autopsy.discovery.search.SearchFiltering.SizeFilter.SizeFilter | ( | List< FileSize > | fileSizes | ) |
Create the SizeFilter.
fileSizes | The file sizes that should match. |
Definition at line 260 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.SizeFilter.fileSizes.
|
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.SizeFilter.getDesc | ( | ) |
Definition at line 285 of file SearchFiltering.java.
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.SizeFilter.getWhereClause | ( | ) |
Definition at line 265 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchData.FileSize.NO_MAXIMUM.
|
inherited |
Indicates whether this filter needs to use the secondary, non-SQL method applyAlternateFilter().
Definition at line 45 of file AbstractFilter.java.
|
private |
Definition at line 253 of file SearchFiltering.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.SizeFilter.SizeFilter().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.