Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.events.AutopsyEvent.
Public Member Functions | |
TimelineEventAddedEvent (org.sleuthkit.datamodel.TimelineManager.TimelineEventAddedEvent event) | |
TimelineEvent | getAddedEvent () |
long | getAddedEventID () |
TimelineEvent | getNewValue () |
Object | getSource () |
SourceType | getSourceType () |
Private Attributes | |
transient TimelineEvent | addedEvent |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(TimelineEventAddedEvent.class.getName()) |
static final long | serialVersionUID = 1L |
An AutopsyEvent broadcast when a TimelineEvent is added to the case.
Definition at line 32 of file TimelineEventAddedEvent.java.
org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.TimelineEventAddedEvent | ( | org.sleuthkit.datamodel.TimelineManager.TimelineEventAddedEvent | event | ) |
Definition at line 39 of file TimelineEventAddedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.TIMELINE_EVENT_ADDED.
TimelineEvent org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.getAddedEvent | ( | ) |
Gets the TimelineEvent that was added.
Definition at line 80 of file TimelineEventAddedEvent.java.
References org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.getNewValue().
long org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.getAddedEventID | ( | ) |
Gets the Id of the event that was added.
Definition at line 89 of file TimelineEventAddedEvent.java.
TimelineEvent org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.getNewValue | ( | ) |
Gets the TimelineEvent that was added.
The addedEvent field is set in the constructor, but it is transient so it will become null when the event is serialized for publication over a network. Doing a lazy load of the TimelineEvent object bypasses the issues related to the serialization and de-serialization of TimelineEvent objects and may also save database round trips from other nodes since subscribers to this event are often not interested in the event data.
Definition at line 51 of file TimelineEventAddedEvent.java.
References org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.addedEvent, org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
Referenced by org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.getAddedEvent().
|
inherited |
Gets the source type (local or remote) as a string. This is for clients that do not have access to the AutopsyEvent type, and is necessary because the events package is not currently a public package within the Autopsy-Core NetBeans Module (NBM).
Definition at line 82 of file AutopsyEvent.java.
|
inherited |
Gets the source type (local or remote).
Definition at line 69 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
|
private |
Definition at line 37 of file TimelineEventAddedEvent.java.
Referenced by org.sleuthkit.autopsy.timeline.events.TimelineEventAddedEvent.getNewValue().
|
staticprivate |
Definition at line 35 of file TimelineEventAddedEvent.java.
|
staticprivate |
Definition at line 34 of file TimelineEventAddedEvent.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.