Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.events.TagsDeletedEvent Class Reference

Inherits org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent.

Public Member Functions

 TagsDeletedEvent (Set< Long > updatedEventIDs)
 
ImmutableSet< Long > getUpdatedEventIDs ()
 

Detailed Description

A TagsUpdatedEvent for tags that have been removed from events. NOTE: This event is internal to timeline components

Definition at line 27 of file TagsDeletedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.events.TagsDeletedEvent.TagsDeletedEvent ( Set< Long >  updatedEventIDs)

Constructor

Parameters
updatedEventIDsThe event IDs of the events that have had tags removed from them.

Definition at line 35 of file TagsDeletedEvent.java.

Member Function Documentation

ImmutableSet<Long> org.sleuthkit.autopsy.timeline.events.TagsUpdatedEvent.getUpdatedEventIDs ( )
inherited

Get the set of event IDs for the events that have been tagged or un-tagged.

Returns
The set of event IDs for the events that have been tagged or un-tagged.

Definition at line 40 of file TagsUpdatedEvent.java.

Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.EventNodeBase< BundleType >.handleTimeLineTagEvent().


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.