Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
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.
eventData | A 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().
Object org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.getOldValue | ( | ) |
Gets the legacy ModuleDataEvent object associated with this event.
Definition at line 82 of file BlackboardPostEvent.java.
References org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.SerializableEventData.artifactIds, org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.SerializableEventData.artifactTypeId, org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.eventData, org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), and org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.SerializableEventData.moduleName.
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
private |
Definition at line 46 of file BlackboardPostEvent.java.
Referenced by org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.BlackboardPostEvent(), and org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.getOldValue().
|
staticprivate |
Definition at line 45 of file BlackboardPostEvent.java.
|
staticprivate |
Definition at line 44 of file BlackboardPostEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.