Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.events.TagSetsEvent.TagSetsDeletedEvent Class Reference

Inherits org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent.

Public Member Functions

 TagSetsDeletedEvent (List< Long > tagNameIds)
 
List< Long > getOldValue ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Application events published when TagSets have been deleted from the Sleuth Kit data model for a case.

Definition at line 89 of file TagSetsEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.TagSetsEvent.TagSetsDeletedEvent.TagSetsDeletedEvent ( List< Long >  tagNameIds)

Constructs an application event published when the TagSets have been deleted from the Sleuth Kit data model for a case.

Parameters
tagNameIdsThe IDs of the TagNames that have been deleted.

Definition at line 99 of file TagSetsEvent.java.

References org.sleuthkit.autopsy.casemodule.Case.Events.TAG_SETS_DELETED.

Member Function Documentation

List<Long> org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent.getOldValue ( )
inherited
Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the event source type (local or remote) as a string.

Returns
A string, either "LOCAL" or "REMOTE."

Definition at line 88 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.events.TagSetsEvent.TagSetsDeletedEvent.serialVersionUID = 1L
staticprivate

Definition at line 91 of file TagSetsEvent.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.