19 package org.sleuthkit.autopsy.ingest;
 
   21 import java.util.List;
 
   43         return this.ingestJob.getExecutionContext();
 
   52         return this.ingestJob.getDataSource();
 
   61         return this.ingestJob.getId();
 
   86         return this.ingestJob.currentDataSourceIngestModuleIsCancelled() || this.ingestJob.isCancelled();
 
   97         return this.ingestJob.isCancelled();
 
  107         return this.ingestJob.shouldProcessUnallocatedSpace();
 
  130         this.ingestJob.addFiles(files);
 
final DataSourceIngestJob ingestJob
void addFilesToJob(List< AbstractFile > files)
boolean fileIngestIsCancelled()
void scheduleFiles(List< AbstractFile > files)
boolean dataSourceIngestIsCancelled()
String getExecutionContext()
boolean processingUnallocatedSpace()