Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
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.
tagNameIds | The 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.
|
inherited |
Definition at line 56 of file TskDataModelObjectsDeletedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.HostsDeletedEvent.getHostIds(), and org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesDeletedEvent.getTagNameIds().
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
List<Long> org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesDeletedEvent.getTagNameIds | ( | ) |
Definition at line 122 of file TagNamesEvent.java.
References org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent.getOldValue().
|
staticprivate |
Definition at line 110 of file TagNamesEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.