Autopsy  4.18.0
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.HostsAddedToPersonEvent Class Reference

Inherits org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< Person, Host >.

Public Member Functions

 HostsAddedToPersonEvent (Person person, List< Host > hosts)
 
List< Host > getHosts ()
 
List< U > getNewValue ()
 
List< T > getOldValue ()
 
Person getPerson ()
 

Protected Member Functions

List< Host > getNewValueObjects (SleuthkitCase caseDb, List< Long > ids) throws TskCoreException
 
List< Person > getOldValueObjects (SleuthkitCase caseDb, List< Long > ids) throws TskCoreException
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Application events published when one or more hosts have been added to a person.

Definition at line 35 of file HostsAddedToPersonEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent.HostsAddedToPersonEvent ( Person  person,
List< Host >  hosts 
)

Constructs an application event published when one or more hosts have been added to a person.

Parameters
personThe person.
hostsThe hosts.

Definition at line 46 of file HostsAddedToPersonEvent.java.

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

Member Function Documentation

List<Host> org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent.getHosts ( )
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.HostsAddedToPersonEvent::getHosts().

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

Definition at line 81 of file HostsAddedToPersonEvent.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.

Referenced by org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent::getPerson().

List<Person> org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent.getOldValueObjects ( SleuthkitCase  caseDb,
List< Long >  ids 
) throws TskCoreException
protected

Definition at line 69 of file HostsAddedToPersonEvent.java.

Person org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent.getPerson ( )

Member Data Documentation

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

Definition at line 37 of file HostsAddedToPersonEvent.java.


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

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