Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Application events published when one or more hosts have been added to a person.
Definition at line 35 of file HostsAddedToPersonEvent.java.
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.
person | The person. |
hosts | The hosts. |
Definition at line 46 of file HostsAddedToPersonEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.HOSTS_ADDED_TO_PERSON.
List<Host> org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent.getHosts | ( | ) |
Gets the hosts.
Definition at line 64 of file HostsAddedToPersonEvent.java.
References org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< Person, Host >.getNewValue().
|
inherited |
Gets a list of the Data Model objects that have been designated as the "new" objects in the event.
Definition at line 149 of file TskDataModelChangedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent::getHosts().
|
protected |
Definition at line 81 of file HostsAddedToPersonEvent.java.
|
inherited |
Gets a list of the Data Model objects that have been designated as the "old" objects in the event.
Definition at line 124 of file TskDataModelChangedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent::getPerson().
|
protected |
Definition at line 69 of file HostsAddedToPersonEvent.java.
Person org.sleuthkit.autopsy.casemodule.events.HostsAddedToPersonEvent.getPerson | ( | ) |
Gets the person.
Definition at line 55 of file HostsAddedToPersonEvent.java.
References org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< Person, Host >.getOldValue().
|
staticprivate |
Definition at line 37 of file HostsAddedToPersonEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Jun 10 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.