Autopsy  4.19.0
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.TagNamesEvent.TagNamesDeletedEvent Class Reference

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

Public Member Functions

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

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

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

Definition at line 108 of file TagNamesEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesDeletedEvent.TagNamesDeletedEvent ( List< Long >  tagNameIds)

Constructs an application event published when the TagNames 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 118 of file TagNamesEvent.java.

References org.sleuthkit.autopsy.casemodule.Case.Events.TAG_NAMES_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
List<Long> org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesDeletedEvent.getTagNameIds ( )

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesDeletedEvent.serialVersionUID = 1L
staticprivate

Definition at line 110 of file TagNamesEvent.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.