Autopsy  4.18.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.OsAccountDeletedEvent Class Reference

Inherits org.sleuthkit.autopsy.events.AutopsyEvent.

Public Member Functions

 OsAccountDeletedEvent (Long osAccountObjectId)
 
Object getSource ()
 
SourceType getSourceType ()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Event published when an OsAccount is deleted.

oldValue will contain the objectId of the account that was removed. newValue will be null.

Definition at line 30 of file OsAccountDeletedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.OsAccountDeletedEvent.OsAccountDeletedEvent ( Long  osAccountObjectId)

Member Function Documentation

Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the source type (local or remote) as a string. This is for clients that do not have access to the AutopsyEvent type, and is necessary because the events package is not currently a public package within the Autopsy-Core NetBeans Module (NBM).

Returns
A string, either "LOCAL" or "REMOTE", as an Object.

Definition at line 80 of file AutopsyEvent.java.

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

Gets the source type (local or remote).

Returns
SourceType The source type of the event, local or remote.

Definition at line 67 of file AutopsyEvent.java.

References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.

Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangeEvent< Person >.getNewValue().

Member Data Documentation

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

Definition at line 32 of file OsAccountDeletedEvent.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.