Autopsy
4.19.1
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 | |
BlackBoardArtifactTagAddedEvent (BlackboardArtifactTag newTag) | |
BlackBoardArtifactTagAddedEvent (BlackboardArtifactTag newTag, List< BlackboardArtifactTag > removedTagList) | |
T | getAddedTag () |
List< V > | getDeletedTags () |
T | getNewValue () |
Object | getOldValue () |
Object | getSource () |
SourceType | getSourceType () |
Static Private Member Functions | |
static List< DeletedBlackboardArtifactTagInfo > | getDeletedInfo (List< BlackboardArtifactTag > deletedTagList) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Event sent when a black board artifact tag is added.
Definition at line 35 of file BlackBoardArtifactTagAddedEvent.java.
org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent | ( | BlackboardArtifactTag | newTag | ) |
Definition at line 39 of file BlackBoardArtifactTagAddedEvent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.BLACKBOARD_ARTIFACT_TAG_ADDED.
org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent | ( | BlackboardArtifactTag | newTag, |
List< BlackboardArtifactTag > | removedTagList | ||
) |
|
inherited |
|
staticprivate |
Create a list of DeletedContentTagInfo objects from a list of BlackboardArtifactTags.
deletedTagList | List of deleted ContentTags. |
Definition at line 69 of file BlackBoardArtifactTagAddedEvent.java.
Referenced by org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent().
|
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 BlackBoardArtifactTagAddedEvent.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.