Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SwingWorker< Object, Void >.
Protected Member Functions | |
Object | doInBackground () throws Exception |
Private Member Functions | |
QueryResults | filterResults (QueryResults queryResult) |
void | updateKeywords () |
Private Attributes | |
boolean | finalRun = false |
final SearchJobInfo | job |
final List< String > | keywordListNames |
final List< KeywordList > | keywordLists |
final List< Keyword > | keywords |
final Map< Keyword, KeywordList > | keywordToList |
ProgressHandle | progressIndicator |
Definition at line 474 of file IngestSearchRunner.java.
|
protected |
Definition at line 499 of file IngestSearchRunner.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error(), org.sleuthkit.autopsy.ingest.IngestJobContext.fileIngestIsCancelled(), org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.filterResults(), org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.finalRun, org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.getDataSourceId(), org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.getJobContext(), org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.getJobId(), org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.progressIndicator, org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.searchNotify(), and org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.updateKeywords().
|
private |
This method filters out all of the hits found in earlier periodic searches and returns only the results found by the most recent search.
This method will only return hits for objects for which we haven't previously seen a hit for the keyword.
queryResult | The results returned by a keyword search. |
Definition at line 646 of file IngestSearchRunner.java.
References org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.addKeywordResults(), and org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.currentKeywordResults().
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground().
|
private |
Sync-up the updated keywords from the currently used lists in the XML
Definition at line 614 of file IngestSearchRunner.java.
References org.sleuthkit.autopsy.keywordsearch.KeywordList.getKeywords().
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground().
|
private |
Definition at line 486 of file IngestSearchRunner.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground().
|
private |
Definition at line 479 of file IngestSearchRunner.java.
|
private |
Definition at line 481 of file IngestSearchRunner.java.
|
private |
Definition at line 482 of file IngestSearchRunner.java.
|
private |
Definition at line 480 of file IngestSearchRunner.java.
|
private |
Definition at line 483 of file IngestSearchRunner.java.
|
private |
Definition at line 485 of file IngestSearchRunner.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Mar 26 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.