19 package org.sleuthkit.autopsy.ingest.events;
 
   21 import java.io.Serializable;
 
   22 import java.util.logging.Level;
 
   56         super(eventType.toString(), null, null);
 
   60         this.dataSourceObjectId = dataSource.getId();
 
   98         if (null != dataSource) {
 
  105             logger.log(Level.SEVERE, String.format(
"Error doing lazy load of data source (objId=%d) for remote event", 
this.dataSourceObjectId), ex); 
 
DataSourceAnalysisEvent(IngestManager.IngestJobEvent eventType, long ingestJobId, long dataSourceIngestJobId, Content dataSource)
 
long getDataSourceIngestJobId()
 
transient Content dataSource
 
final long dataSourceIngestJobId
 
SleuthkitCase getSleuthkitCase()
 
synchronized static Logger getLogger(String name)
 
static Case getCurrentCaseThrows()
 
static final long serialVersionUID
 
final long dataSourceObjectId
 
static final Logger logger