Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.events.OsAccountAddedEvent Class Reference

Inherits org.sleuthkit.autopsy.casemodule.events.OsAccountEvent.

Public Member Functions

 OsAccountAddedEvent (OsAccount account)
 
final List< Long > getDataModelObjectIds ()
 
List< T > getNewValue ()
 
OsAccount getOsAccount ()
 

Protected Member Functions

List< OsAccount > getDataModelObjects (SleuthkitCase caseDb, List< Long > ids) throws TskCoreException
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Event published when an OsAccount is added to a case.

Definition at line 27 of file OsAccountAddedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.OsAccountAddedEvent.OsAccountAddedEvent ( OsAccount  account)

Member Function Documentation

final List<Long> org.sleuthkit.autopsy.casemodule.events.TskDataModelChangeEvent< T >.getDataModelObjectIds ( )
inherited

Gets the unique numeric IDs (TSK object IDs, case database row IDs, etc.) of the Sleuth Kit Data Model objects associated with this application event.

Returns
The unique IDs.

Definition at line 78 of file TskDataModelChangeEvent.java.

List<OsAccount> org.sleuthkit.autopsy.casemodule.events.OsAccountEvent.getDataModelObjects ( SleuthkitCase  caseDb,
List< Long >  ids 
) throws TskCoreException
protectedinherited

Definition at line 57 of file OsAccountEvent.java.

Gets the Sleuth Kit Data Model objects associated with this application event.

Returns
The objects.

Definition at line 89 of file TskDataModelChangeEvent.java.

OsAccount org.sleuthkit.autopsy.casemodule.events.OsAccountEvent.getOsAccount ( )
inherited

Returns the OsAccount that changed.

Returns
The OsAccount that was changed.

Definition at line 51 of file OsAccountEvent.java.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.events.OsAccountAddedEvent.serialVersionUID = 1L
staticprivate

Definition at line 29 of file OsAccountAddedEvent.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Wed Jun 2 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.