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

Inherits org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent.

Public Member Functions

 OsAccountsDeletedEvent (List< Long > osAccountObjectIds)
 
List< Long > getOldValue ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An application event published when OS accounts have been deleted from the Sleuth Kit data model for a case.

Definition at line 28 of file OsAccountsDeletedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.OsAccountsDeletedEvent.OsAccountsDeletedEvent ( List< Long >  osAccountObjectIds)

Constructs an application event published when OS accounts have been deleted from the Sleuth Kit data model for a case.

Parameters
osAccountObjectIdsTSK object IDs of the deleted accounts.

Definition at line 38 of file OsAccountsDeletedEvent.java.

References org.sleuthkit.autopsy.casemodule.Case.Events.OS_ACCOUNTS_DELETED.

Member Function Documentation

List<Long> org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent.getOldValue ( )
inherited
Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the event source type (local or remote) as a string.

Returns
A string, either "LOCAL" or "REMOTE."

Definition at line 88 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Member Data Documentation

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

Definition at line 30 of file OsAccountsDeletedEvent.java.


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

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