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