Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent Class Reference

Inherits org.sleuthkit.autopsy.events.AutopsyEvent, and Serializable.

Classes

class  SerializableEventData
 

Public Member Functions

 BlackboardPostEvent (ModuleDataEvent eventData)
 
Object getOldValue ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Private Attributes

transient ModuleDataEvent eventData
 

Static Private Attributes

static final Logger logger = Logger.getLogger(BlackboardPostEvent.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

An event published when a new artifact (data artifact or analysis result) is posted to the blackboard. The "old" value is a legacy ModuleDataEvent object. The "new" value is null.

Definition at line 42 of file BlackboardPostEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.BlackboardPostEvent ( ModuleDataEvent  eventData)

Constructs an event published when a new artifact (data artifact or analysis result) is posted to the blackboard. The "old" value is a legacy ModuleDataEvent object. The "new" value is null.

Parameters
eventDataA ModuleDataEvent object containing the data associated with the blackboard post.

Definition at line 56 of file BlackboardPostEvent.java.

References org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.DATA_ADDED, org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.eventData, org.sleuthkit.autopsy.ingest.ModuleDataEvent.getArtifacts(), org.sleuthkit.autopsy.ingest.ModuleDataEvent.getBlackboardArtifactType(), and org.sleuthkit.autopsy.ingest.ModuleDataEvent.getModuleName().

Member Function Documentation

Object org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.getOldValue ( )
Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the event source type (local or remote) as a string.

Returns
A string, either "LOCAL" or "REMOTE."

Definition at line 88 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Member Data Documentation

transient ModuleDataEvent org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.eventData
private
final Logger org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.logger = Logger.getLogger(BlackboardPostEvent.class.getName())
staticprivate

Definition at line 45 of file BlackboardPostEvent.java.

final long org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.serialVersionUID = 1L
staticprivate

Definition at line 44 of file BlackboardPostEvent.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.