Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.SearchFiltering.TagsFilter Class Reference

Inherits org.sleuthkit.autopsy.discovery.search.AbstractFilter.

Public Member Functions

 TagsFilter (List< TagName > tagNames)
 
List< ResultapplyAlternateFilter (List< Result > currentResults, SleuthkitCase caseDb, CentralRepository centralRepoDb, SearchContext context) throws DiscoveryException, SearchCancellationException
 
String getDesc ()
 
String getWhereClause ()
 
boolean useAlternateFilter ()
 

Private Attributes

final List< TagName > tagNames
 

Detailed Description

A filter for specifying tag names. A file must contain one of the given tags to pass.

Definition at line 1025 of file SearchFiltering.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.SearchFiltering.TagsFilter.TagsFilter ( List< TagName >  tagNames)

Create the TagsFilter.

Parameters
tagNamesThe list of tag names for this filter.

Definition at line 1034 of file SearchFiltering.java.

References org.sleuthkit.autopsy.discovery.search.SearchFiltering.TagsFilter.tagNames.

Member Function Documentation

List<Result> org.sleuthkit.autopsy.discovery.search.AbstractFilter.applyAlternateFilter ( List< Result currentResults,
SleuthkitCase  caseDb,
CentralRepository  centralRepoDb,
SearchContext  context 
) throws DiscoveryException, SearchCancellationException
inherited

Run a secondary filter that does not operate on table.

Parameters
currentResultsThe current list of matching results; empty if no filters have yet been run.
caseDbThe case database
centralRepoDbThe central repo database. Can be null if the filter does not require it.
contextThe SearchContext the search which is applying this filter is being performed from.
Returns
The list of results that match this filter (and any that came before it)
Exceptions
DiscoveryException
SearchCancellationExceptionThrown when the user has cancelled the search.

Definition at line 67 of file AbstractFilter.java.

String org.sleuthkit.autopsy.discovery.search.SearchFiltering.TagsFilter.getDesc ( )

Definition at line 1058 of file SearchFiltering.java.

String org.sleuthkit.autopsy.discovery.search.SearchFiltering.TagsFilter.getWhereClause ( )

Definition at line 1039 of file SearchFiltering.java.

boolean org.sleuthkit.autopsy.discovery.search.AbstractFilter.useAlternateFilter ( )
inherited

Indicates whether this filter needs to use the secondary, non-SQL method applyAlternateFilter().

Returns
false by default

Definition at line 45 of file AbstractFilter.java.

Member Data Documentation

final List<TagName> org.sleuthkit.autopsy.discovery.search.SearchFiltering.TagsFilter.tagNames
private

The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.