Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Action.
Classes | |
class | JEventCreationDialog |
class | ManualEventInfo |
Public Member Functions | |
AddManualEvent (TimeLineController controller) | |
AddManualEvent (TimeLineController controller, Long epochMillis) | |
Private Member Functions | |
void | addEvent (TimeLineController controller, ManualEventInfo eventInfo) throws IllegalArgumentException |
Static Private Attributes | |
static final Image | ADD_EVENT_IMAGE = new Image("/org/sleuthkit/autopsy/timeline/images/add.png", 16, 16, true, true, true) |
static final Logger | logger = Logger.getLogger(AddManualEvent.class.getName()) |
static final String | MANUAL_CREATION = "Manual Creation" |
Action that allows the user the manually create timeline events. It prompts the user for event data and then adds it to the case via an artifact.
Definition at line 77 of file AddManualEvent.java.
org.sleuthkit.autopsy.timeline.actions.AddManualEvent.AddManualEvent | ( | TimeLineController | controller | ) |
Create an Action that allows the user the manually create timeline events. It prompts the user for event data with a dialog and then adds it to the case via an artifact. The datetiem in the dialog will be set to "now" when the action is invoked.
controller | The controller for this action to use. |
Definition at line 101 of file AddManualEvent.java.
org.sleuthkit.autopsy.timeline.actions.AddManualEvent.AddManualEvent | ( | TimeLineController | controller, |
Long | epochMillis | ||
) |
Create an Action that allows the user the manually create timeline events. It prompts the user for event data with a dialog and then adds it to the case via an artifact.
controller | The controller for this action to use. |
epochMillis | The initial datetime to populate the dialog with. The user can ove ride this. |
Definition at line 114 of file AddManualEvent.java.
|
private |
Use the supplied ManualEventInfo to make an TSK_TL_EVENT artifact which will trigger adding a TimelineEvent.
eventInfo | The ManualEventInfo with the info needed to create an event. |
IllegalArgumentException |
Definition at line 138 of file AddManualEvent.java.
References org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.datasource, org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.description, org.sleuthkit.autopsy.timeline.TimeLineController.getEventsModel(), org.sleuthkit.autopsy.timeline.FilteredEventsModel.getSleuthkitCase(), and org.sleuthkit.autopsy.timeline.actions.AddManualEvent.ManualEventInfo.time.
|
staticprivate |
Definition at line 81 of file AddManualEvent.java.
|
staticprivate |
Definition at line 79 of file AddManualEvent.java.
|
staticprivate |
Definition at line 80 of file AddManualEvent.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.