Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.BlackboardArtifactTag Class Reference

Inherits org.sleuthkit.datamodel.Tag.

Public Member Functions

BlackboardArtifact getArtifact ()
 
Content getContent ()
 
- Public Member Functions inherited from org.sleuthkit.datamodel.Tag
String getComment ()
 
long getId ()
 
TagName getName ()
 
String getUserName ()
 

Detailed Description

Instances of this class are data transfer objects (DTOs) that represent tags a user can apply to blackboard artifacts.

Definition at line 25 of file BlackboardArtifactTag.java.

Member Function Documentation

BlackboardArtifact org.sleuthkit.datamodel.BlackboardArtifactTag.getArtifact ( )

Returns the tagged artifact

Returns
tagged artifact

Definition at line 42 of file BlackboardArtifactTag.java.

Content org.sleuthkit.datamodel.BlackboardArtifactTag.getContent ( )

Returns source content of the tagged artifact

Returns
source content of the tagged artifact

Definition at line 51 of file BlackboardArtifactTag.java.


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

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.