Autopsy  4.19.3
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.OsAcctInstancesAddedEvent Class Reference

Inherits org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< OsAccountInstance, OsAccountInstance >.

Public Member Functions

 OsAcctInstancesAddedEvent (List< OsAccountInstance > osAcctInstances)
 
List< U > getNewValue ()
 
List< T > getOldValue ()
 
List< OsAccountInstance > getOsAccountInstances ()
 

Protected Member Functions

List< OsAccountInstance > 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
 

Detailed Description

An application event published when OS account instances are added to the Sleuth Kit data model for a case.

Definition at line 31 of file OsAcctInstancesAddedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.OsAcctInstancesAddedEvent.OsAcctInstancesAddedEvent ( List< OsAccountInstance >  osAcctInstances)

Constructs an application event published when OS account instances are added to the Sleuth Kit data model for a case.

Parameters
osAcctInstancesThe OS account instances that were added.

Definition at line 41 of file OsAcctInstancesAddedEvent.java.

Member Function Documentation

List<U> org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< T, U >.getNewValue ( )
inherited

Gets a list of the Data Model objects that have been designated as the "new" objects in the event.

Returns
The list of the "new" data model objects. May be empty.

Definition at line 149 of file TskDataModelChangedEvent.java.

Referenced by org.sleuthkit.autopsy.casemodule.events.OsAcctInstancesAddedEvent::getOsAccountInstances().

List<OsAccountInstance> org.sleuthkit.autopsy.casemodule.events.OsAcctInstancesAddedEvent.getNewValueObjects ( SleuthkitCase  caseDb,
List< Long >  ids 
) throws TskCoreException
protected

Definition at line 55 of file OsAcctInstancesAddedEvent.java.

List<T> org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< T, U >.getOldValue ( )
inherited

Gets a list of the Data Model objects that have been designated as the "old" objects in the event.

Returns
The list of the "old" data model objects. May be empty.

Definition at line 124 of file TskDataModelChangedEvent.java.

List<T> org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< T, U >.getOldValueObjects ( SleuthkitCase  caseDb,
List< Long >  ids 
) throws TskCoreException
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.

Parameters
caseDbThe case database.
idsThe unique, numeric IDs (TSK object IDs, case database row IDs, etc.) of the Sleuth Kit Data Model objects.
Returns
The objects.
Exceptions
org.sleuthkit.datamodel.TskCoreExceptionIf there is an error getting the Sleuth Kit Data Model objects.

Definition at line 182 of file TskDataModelChangedEvent.java.

List<OsAccountInstance> org.sleuthkit.autopsy.casemodule.events.OsAcctInstancesAddedEvent.getOsAccountInstances ( )

Gets the OS account instances that have been added.

Returns
The OS account instances.

Definition at line 50 of file OsAcctInstancesAddedEvent.java.

References org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< OsAccountInstance, OsAccountInstance >.getNewValue().

Member Data Documentation

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

Definition at line 33 of file OsAcctInstancesAddedEvent.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.