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

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

Public Member Functions

long getArtifactID ()
 
String getComment ()
 
long getContentID ()
 
TagName getName ()
 
long getTagID ()
 

Private Attributes

final long artifactID
 
final long contentID
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Extension of DeletedTagInfo for BlackBoardArtifactTags that includes artifact related info.

Definition at line 53 of file BlackBoardArtifactTagDeletedEvent.java.

Member Function Documentation

long org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.getArtifactID ( )
String org.sleuthkit.autopsy.casemodule.events.TagDeletedEvent< T extends Tag >.DeletedTagInfo< T extends Tag >.getComment ( )
inherited

Definition at line 75 of file TagDeletedEvent.java.

long org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.getContentID ( )
TagName org.sleuthkit.autopsy.casemodule.events.TagDeletedEvent< T extends Tag >.DeletedTagInfo< T extends Tag >.getName ( )
inherited

Definition at line 83 of file TagDeletedEvent.java.

long org.sleuthkit.autopsy.casemodule.events.TagDeletedEvent< T extends Tag >.DeletedTagInfo< T extends Tag >.getTagID ( )
inherited

Definition at line 79 of file TagDeletedEvent.java.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.artifactID
private
final long org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.contentID
private
final long org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.serialVersionUID = 1L
staticprivate

Definition at line 55 of file BlackBoardArtifactTagDeletedEvent.java.


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

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