Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
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.
personIds | The 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.
|
inherited |
Definition at line 56 of file TskDataModelObjectsDeletedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.HostsDeletedEvent.getHostIds(), and org.sleuthkit.autopsy.casemodule.events.TagNamesEvent.TagNamesDeletedEvent.getTagNameIds().
|
inherited |
Gets the event source type (local or remote) as a string.
Definition at line 88 of file AutopsyEvent.java.
|
inherited |
Gets the event source type (local or remote).
Definition at line 78 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
Referenced by org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getNewValue(), and org.sleuthkit.autopsy.casemodule.events.TskDataModelChangedEvent< TagSet, TagSet >.getOldValue().
|
staticprivate |
Definition at line 30 of file PersonsDeletedEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.