Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.events.TagDeletedEvent< T extends Tag >, and Serializable.
Classes | |
class | DeletedContentTagInfo |
Public Member Functions | |
ContentTagDeletedEvent (ContentTag deletedTag) | |
DeletedContentTagInfo | getDeletedTagInfo () |
Object | getSource () |
SourceType | getSourceType () |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An event that is fired when a ContentTag is deleted.
Definition at line 30 of file ContentTagDeletedEvent.java.
org.sleuthkit.autopsy.casemodule.events.ContentTagDeletedEvent.ContentTagDeletedEvent | ( | ContentTag | deletedTag | ) |
Definition at line 34 of file ContentTagDeletedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CONTENT_TAG_DELETED.
DeletedContentTagInfo org.sleuthkit.autopsy.casemodule.events.ContentTagDeletedEvent.getDeletedTagInfo | ( | ) |
Definition at line 44 of file ContentTagDeletedEvent.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.handleContentTagDeleted(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.ContentTagTask.run().
|
inherited |
Gets the source type (local or remote) as a string. This is for clients that do not have access to the AutopsyEvent type, and is necessary because the events package is not currently a public package within the Autopsy-Core NetBeans Module (NBM).
Definition at line 82 of file AutopsyEvent.java.
|
inherited |
Gets the source type (local or remote).
Definition at line 69 of file AutopsyEvent.java.
References org.sleuthkit.autopsy.events.AutopsyEvent.sourceType.
|
staticprivate |
Definition at line 32 of file ContentTagDeletedEvent.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.