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.PersonsDeletedEvent Class Reference

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

Public Member Functions

 PersonsDeletedEvent (List< Long > personIds)
 
List< Long > getOldValue ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Application events published when persons have been deleted from the Sleuth Kit data model for a case.

Definition at line 28 of file PersonsDeletedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.PersonsDeletedEvent.PersonsDeletedEvent ( List< Long >  personIds)

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

Parameters
personIdsThe IDs of the persons that have been deleted.

Definition at line 38 of file PersonsDeletedEvent.java.

References org.sleuthkit.autopsy.casemodule.Case.Events.PERSONS_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.PersonsDeletedEvent.serialVersionUID = 1L
staticprivate

Definition at line 30 of file PersonsDeletedEvent.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.