Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.
Public Member Functions | |
TagNamesUpdatedEvent (List< TagName > tagNames) | |
List< U > | getNewValue () |
List< T > | getOldValue () |
List< TagName > | getTagNames () |
Protected Member Functions | |
List< TagName > | getNewValueObjects (SleuthkitCase caseDb, List< Long > ids) throws TskCoreException |
List< T > | getOldValueObjects (SleuthkitCase caseDb, List< Long > ids) throws TskCoreException |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Application events published when TagNames have been updated from the Sleuth Kit data model for a case.
Definition at line 89 of file TagNamesEvent.java.
org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesUpdatedEvent.TagNamesUpdatedEvent | ( | List< TagName > | tagNames | ) |
Construct an application event published when TagNames have been updated in the Sleuth Kit data model.
tagNames | The TagNames that have been updated. |
Definition at line 99 of file TagNamesEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.TAG_NAMES_UPDATED.
|
inherited |
Gets a list of the Data Model objects that have been designated as the "new" objects in the event.
Definition at line 149 of file TskDataModelChangedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.TagNamesEvent::getTagNames().
|
protectedinherited |
Definition at line 56 of file TagNamesEvent.java.
|
inherited |
Gets a list of the Data Model objects that have been designated as the "old" objects in the event.
Definition at line 124 of file TskDataModelChangedEvent.java.
|
protectedinherited |
Reconstructs the "old" Sleuth Kit Data Model objects associated with this application event, if any, using the given unique numeric IDs (TSK object IDs, case database row IDs, etc.) to query the given case database.
caseDb | The case database. |
ids | The unique, numeric IDs (TSK object IDs, case database row IDs, etc.) of the Sleuth Kit Data Model objects. |
org.sleuthkit.datamodel.TskCoreException | If there is an error getting the Sleuth Kit Data Model objects. |
Definition at line 182 of file TskDataModelChangedEvent.java.
|
inherited |
Returns a list of the added or modified TagNames.
Definition at line 51 of file TagNamesEvent.java.
References org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagName, TagName >.getNewValue().
|
staticprivate |
Definition at line 91 of file TagNamesEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Wed Jun 7 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.