Autopsy
4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
void | addFilesToJob (List< AbstractFile > files) |
boolean | dataSourceIngestIsCancelled () |
boolean | fileIngestIsCancelled () |
Content | getDataSource () |
String | getExecutionContext () |
long | getJobId () |
boolean | isJobCancelled () |
boolean | processingUnallocatedSpace () |
void | scheduleFiles (List< AbstractFile > files) |
Private Attributes | |
final DataSourceIngestJob | ingestJob |
Provides an ingest module with services specific to the ingest job of which the module is a part.
Definition at line 29 of file IngestJobContext.java.
void org.sleuthkit.autopsy.ingest.IngestJobContext.addFilesToJob | ( | List< AbstractFile > | files | ) |
Adds one or more files, i.e., extracted or carved files, to the ingest job associated with this context.
files | The files to be added. |
Definition at line 129 of file IngestJobContext.java.
Referenced by org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.processEmails(), and org.sleuthkit.autopsy.ingest.IngestJobContext.scheduleFiles().
boolean org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled | ( | ) |
Allows a data source ingest module to determine whether or not cancellation of the data source ingest part of the ingest job associated with this context has been requested.
Definition at line 85 of file IngestJobContext.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJobContext.isJobCancelled(), org.sleuthkit.autopsy.modules.e01verify.E01VerifyIngestModule.process(), org.sleuthkit.autopsy.recentactivity.RAImageIngestModule.process(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator.shouldTerminateProcess().
boolean org.sleuthkit.autopsy.ingest.IngestJobContext.fileIngestIsCancelled | ( | ) |
Allows a file ingest module to determine whether or not cancellation of the file ingest part of the ingest job associated with this context has been requested.
Definition at line 96 of file IngestJobContext.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.process(), org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.shouldTerminateProcess(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.shutDown().
Content org.sleuthkit.autopsy.ingest.IngestJobContext.getDataSource | ( | ) |
Gets the data source associated with this context.
Definition at line 51 of file IngestJobContext.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.SearchJobInfo(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.startUp().
String org.sleuthkit.autopsy.ingest.IngestJobContext.getExecutionContext | ( | ) |
Gets the ingest job execution context identifier.
Definition at line 42 of file IngestJobContext.java.
long org.sleuthkit.autopsy.ingest.IngestJobContext.getJobId | ( | ) |
Gets the identifier of the ingest job associated with this context.
Definition at line 60 of file IngestJobContext.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.SearchJobInfo.SearchJobInfo(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.startUp().
boolean org.sleuthkit.autopsy.ingest.IngestJobContext.isJobCancelled | ( | ) |
Queries whether or not cancellation of the data source ingest part of the ingest job associated with this context has been requested.
Definition at line 74 of file IngestJobContext.java.
References org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled().
boolean org.sleuthkit.autopsy.ingest.IngestJobContext.processingUnallocatedSpace | ( | ) |
Queries whether or not unallocated space should be processed for the ingest job associated with this context.
Definition at line 106 of file IngestJobContext.java.
void org.sleuthkit.autopsy.ingest.IngestJobContext.scheduleFiles | ( | List< AbstractFile > | files | ) |
Adds one or more files, i.e., extracted or carved files, to the ingest job associated with this context.
files | The files to be added. |
Definition at line 119 of file IngestJobContext.java.
References org.sleuthkit.autopsy.ingest.IngestJobContext.addFilesToJob().
|
private |
Definition at line 31 of file IngestJobContext.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.