Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.discovery.search.AbstractFilter.
Public Member Functions | |
DataSourceFilter (List< DataSource > dataSources) | |
List< Result > | applyAlternateFilter (List< Result > currentResults, SleuthkitCase caseDb, CentralRepository centralRepoDb, SearchContext context) throws DiscoveryException, SearchCancellationException |
String | getDesc () |
String | getWhereClause () |
boolean | useAlternateFilter () |
Private Attributes | |
final List< DataSource > | dataSources |
A filter for specifying data sources.
Definition at line 523 of file SearchFiltering.java.
org.sleuthkit.autopsy.discovery.search.SearchFiltering.DataSourceFilter.DataSourceFilter | ( | List< DataSource > | dataSources | ) |
Create the DataSourceFilter.
dataSources | The data sources to filter on. |
Definition at line 532 of file SearchFiltering.java.
References org.sleuthkit.autopsy.discovery.search.SearchFiltering.DataSourceFilter.dataSources.
|
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. |
context | The SearchContext the search which is applying this filter is being performed from. |
DiscoveryException | |
SearchCancellationException | Thrown when the user has cancelled the search. |
Definition at line 67 of file AbstractFilter.java.
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.DataSourceFilter.getDesc | ( | ) |
Definition at line 557 of file SearchFiltering.java.
String org.sleuthkit.autopsy.discovery.search.SearchFiltering.DataSourceFilter.getWhereClause | ( | ) |
Definition at line 537 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.
|
private |
Definition at line 525 of file SearchFiltering.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.DataSourceFilter.DataSourceFilter().
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.