Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.ContentViewerTag< T > Class Template Reference

Public Member Functions

ContentTag getContentTag ()
 
getDetails ()
 
long getId ()
 

Private Member Functions

 ContentViewerTag (long id, ContentTag contentTag, T details)
 

Private Attributes

final ContentTag contentTag
 
final T details
 
final long id
 

Detailed Description

This class represents a stored tag in the case database. It is a wrapper for the tag id, the attached Content tag object, and the Java bean instance that describes the technical details for reconstructing the tag.

Parameters
<T>Generic class type that will be instantiated and filled in with data.

Definition at line 231 of file ContentViewerTagManager.java.

Constructor & Destructor Documentation

Definition at line 237 of file ContentViewerTagManager.java.

Member Function Documentation

Definition at line 243 of file ContentViewerTagManager.java.

Member Data Documentation


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

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