|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.events.OsAccountsEvent.
Public Member Functions | |
| OsAccountsUpdatedEvent (List< OsAccount > osAccounts) | |
| List< U > | getNewValue () |
| List< T > | getOldValue () |
| List< OsAccount > | getOsAccounts () |
Protected Member Functions | |
| List< OsAccount > | 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 OS accounts in the Sleuth Kit data model for a case have been updated.
Definition at line 29 of file OsAccountsUpdatedEvent.java.
| org.sleuthkit.autopsy.casemodule.events.OsAccountsUpdatedEvent.OsAccountsUpdatedEvent | ( | List< OsAccount > | osAccounts | ) |
Constructs an application event published when OS accounts in the Sleuth Kit data model for a case have been updated.
| osAccounts | The OS accounts that were updated. |
Definition at line 39 of file OsAccountsUpdatedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.OS_ACCOUNTS_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.
|
protectedinherited |
Definition at line 58 of file OsAccountsEvent.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 |
Gets the OS accounts that have been added or updated.
Definition at line 53 of file OsAccountsEvent.java.
|
staticprivate |
Definition at line 31 of file OsAccountsUpdatedEvent.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.