Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >, and Serializable.
Public Member Functions | |
ContentTagAddedEvent (ContentTag newTag) | |
ContentTagAddedEvent (ContentTag newTag, List< ContentTag > deletedTagList) | |
T | getAddedTag () |
List< V > | getDeletedTags () |
T | getNewValue () |
Object | getOldValue () |
Object | getSource () |
SourceType | getSourceType () |
Static Private Member Functions | |
static List< DeletedContentTagInfo > | getDeletedInfo (List< ContentTag > deletedTagList) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An event that is fired when a ContentTag is added.
Definition at line 35 of file ContentTagAddedEvent.java.
org.sleuthkit.autopsy.casemodule.events.ContentTagAddedEvent.ContentTagAddedEvent | ( | ContentTag | newTag | ) |
Definition at line 39 of file ContentTagAddedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CONTENT_TAG_ADDED.
org.sleuthkit.autopsy.casemodule.events.ContentTagAddedEvent.ContentTagAddedEvent | ( | ContentTag | newTag, |
List< ContentTag > | deletedTagList | ||
) |
Definition at line 43 of file ContentTagAddedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CONTENT_TAG_ADDED, and org.sleuthkit.autopsy.casemodule.events.ContentTagAddedEvent.getDeletedInfo().
|
inherited |
|
staticprivate |
Create a list of DeletedContentTagInfo objects from a list of ContentTags.
deletedTagList | List of deleted ContentTags. |
Definition at line 67 of file ContentTagAddedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.ContentTagAddedEvent.ContentTagAddedEvent().
|
inherited |
Returns the list of tags that were removed as a result of the addition of the T.
Definition at line 118 of file TagAddedEvent.java.
|
inherited |
The tag field is set in the constructor, but it is transient so it will become null when the event is serialized for publication over a network. Doing a lazy load of the Tag object bypasses the issues related to the serialization and de-serialization of Tag objects and may also save database round trips from other nodes since subscribers to this event are often not interested in the event data.
Definition at line 91 of file TagAddedEvent.java.
|
inherited |
Definition at line 123 of file TagAddedEvent.java.
|
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 37 of file ContentTagAddedEvent.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.