Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
RemoveParentPersonAction (Host host, Person person) | |
void | actionPerformed (ActionEvent e) |
Private Attributes | |
final Host | host |
final Person | person |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(RemoveParentPersonAction.class.getName()) |
Removes the parent person from the specified host.
Definition at line 46 of file RemoveParentPersonAction.java.
org.sleuthkit.autopsy.datamodel.hosts.RemoveParentPersonAction.RemoveParentPersonAction | ( | Host | host, |
Person | person | ||
) |
Main constructor.
host | The host that will become parentless. |
person | The person to be removed as a parent from the host. |
Definition at line 59 of file RemoveParentPersonAction.java.
void org.sleuthkit.autopsy.datamodel.hosts.RemoveParentPersonAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 68 of file RemoveParentPersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Definition at line 51 of file RemoveParentPersonAction.java.
|
staticprivate |
Definition at line 48 of file RemoveParentPersonAction.java.
|
private |
Definition at line 50 of file RemoveParentPersonAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.