Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.events.TagSetsEvent.
Public Member Functions | |
TagSetsAddedEvent (List< TagSet > tagSets) | |
List< U > | getNewValue () |
List< T > | getOldValue () |
List< TagSet > | getTagSets () |
Protected Member Functions | |
List< TagSet > | 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 TagSets have been Added from the Sleuth Kit data model for a case.
Definition at line 70 of file TagSetsEvent.java.
org.sleuthkit.autopsy.casemodule.events.TagSetsEvent.TagSetsAddedEvent.TagSetsAddedEvent | ( | List< TagSet > | tagSets | ) |
Construct an application event published when TagSetss have been added to the Sleuth Kit data model.
tagSets | The TagSets that have been added. |
Definition at line 80 of file TagSetsEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.TAG_SETS_ADDED.
|
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.
References org.sleuthkit.autopsy.casemodule.Case::getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< T, U >::getNewValueObjects(), org.sleuthkit.autopsy.casemodule.Case::getSleuthkitCase(), and org.sleuthkit.autopsy.events.AutopsyEvent::getSourceType().
Referenced by org.sleuthkit.autopsy.casemodule.events.TagSetsEvent::getTagSets().
|
protectedinherited |
Definition at line 57 of file TagSetsEvent.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.
References org.sleuthkit.autopsy.casemodule.Case::getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< T, U >::getOldValueObjects(), org.sleuthkit.autopsy.casemodule.Case::getSleuthkitCase(), and org.sleuthkit.autopsy.events.AutopsyEvent::getSourceType().
|
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 TagSet objects that were added or modified for this event.
Definition at line 52 of file TagSetsEvent.java.
References org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue().
|
staticprivate |
Definition at line 72 of file TagSetsEvent.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.