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

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

Public Member Functions

 HostsDeletedEvent (List< Long > hostIds)
 
List< Long > getHostIds ()
 
List< Long > getOldValue ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

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

Definition at line 28 of file HostsDeletedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.HostsDeletedEvent.HostsDeletedEvent ( List< Long >  hostIds)

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

Parameters
hostIdsThe host IDs of the deleted hosts.

Definition at line 38 of file HostsDeletedEvent.java.

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

Member Function Documentation

List<Long> org.sleuthkit.autopsy.casemodule.events.HostsDeletedEvent.getHostIds ( )

Gets the host IDs of the hosts that have been deleted.

Returns
The host IDs.

Definition at line 47 of file HostsDeletedEvent.java.

References org.sleuthkit.autopsy.casemodule.events.TskDataModelObjectsDeletedEvent.getOldValue().

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.HostsDeletedEvent.serialVersionUID = 1L
staticprivate

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