Autopsy  4.6.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.

Definition at line 26 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 34 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-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.