Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent Class Reference

Inherits org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >, and Serializable.

Public Member Functions

 BlackBoardArtifactTagAddedEvent (BlackboardArtifactTag newTag)
 
 BlackBoardArtifactTagAddedEvent (BlackboardArtifactTag newTag, List< BlackboardArtifactTag > removedTagList)
 
getAddedTag ()
 
List< V > getDeletedTags ()
 
getNewValue ()
 
Object getOldValue ()
 
Object getSource ()
 
SourceType getSourceType ()
 

Static Private Member Functions

static List< DeletedBlackboardArtifactTagInfogetDeletedInfo (List< BlackboardArtifactTag > deletedTagList)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Event sent when a black board artifact tag is added.

Definition at line 35 of file BlackBoardArtifactTagAddedEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent ( BlackboardArtifactTag  newTag)
org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent ( BlackboardArtifactTag  newTag,
List< BlackboardArtifactTag >  removedTagList 
)

Member Function Documentation

T org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >.getAddedTag ( )
inherited

get the Tag that was added

Returns
the tTag

Definition at line 86 of file TagAddedEvent.java.

static List<DeletedBlackboardArtifactTagInfo> org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.getDeletedInfo ( List< BlackboardArtifactTag >  deletedTagList)
staticprivate

Create a list of DeletedContentTagInfo objects from a list of BlackboardArtifactTags.

Parameters
deletedTagListList of deleted ContentTags.
Returns
List of DeletedContentTagInfo objects or empty list if deletedTagList was empty or null.

Definition at line 69 of file BlackBoardArtifactTagAddedEvent.java.

Referenced by org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.BlackBoardArtifactTagAddedEvent().

List<V> org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >.getDeletedTags ( )
inherited

Returns the list of tags that were removed as a result of the addition of the T.

Returns
A list of removed tags or null if no tags were removed.

Definition at line 118 of file TagAddedEvent.java.

T org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >.getNewValue ( )
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.

Object org.sleuthkit.autopsy.casemodule.events.TagAddedEvent< T extends Tag, >.getOldValue ( )
inherited

Definition at line 123 of file TagAddedEvent.java.

Object org.sleuthkit.autopsy.events.AutopsyEvent.getSource ( )
inherited

Gets the event source type (local or remote) as a string.

Returns
A string, either "LOCAL" or "REMOTE."

Definition at line 88 of file AutopsyEvent.java.

SourceType org.sleuthkit.autopsy.events.AutopsyEvent.getSourceType ( )
inherited

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagAddedEvent.serialVersionUID = 1L
staticprivate

Definition at line 37 of file BlackBoardArtifactTagAddedEvent.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.