Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< Report, Report >.
Public Member Functions | |
ReportAddedEvent (Report report) | |
List< U > | getNewValue () |
List< T > | getOldValue () |
Report | getReport () |
Protected Member Functions | |
List< Report > | 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 |
An application event published when a report is added to a case.
Definition at line 33 of file ReportAddedEvent.java.
org.sleuthkit.autopsy.casemodule.events.ReportAddedEvent.ReportAddedEvent | ( | Report | report | ) |
Constructs an application event published when a report is added to a case.
report | The report that was added. |
Definition at line 43 of file ReportAddedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.REPORT_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.
Referenced by org.sleuthkit.autopsy.casemodule.events.ReportAddedEvent::getReport().
|
protected |
Definition at line 58 of file ReportAddedEvent.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.
Report org.sleuthkit.autopsy.casemodule.events.ReportAddedEvent.getReport | ( | ) |
Gets the reoprt that was added to the case.
Definition at line 52 of file ReportAddedEvent.java.
References org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< Report, Report >.getNewValue().
|
staticprivate |
Definition at line 35 of file ReportAddedEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 28 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.