Sleuth Kit Java Bindings (JNI)  4.11.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.BlackboardArtifact.Category Enum Reference

Public Member Functions

String getDisplayName ()
 
Integer getID ()
 
String getName ()
 

Static Public Member Functions

 [static initializer]
 
static Category fromID (int id)
 

Public Attributes

 ANALYSIS_RESULT =(1, "ANALYSIS_RESULT", ResourceBundle.getBundle("org.sleuthkit.datamodel.Bundle").getString("CategoryType.AnalysisResult"))
 
 DATA_ARTIFACT =(0, "DATA_ARTIFACT", ResourceBundle.getBundle("org.sleuthkit.datamodel.Bundle").getString("CategoryType.DataArtifact"))
 

Detailed Description

Enumeration to encapsulate categories of artifact.

Some artifact types represent data directly extracted from a data source, while others may be the result of some analysis done on the extracted data.

Definition at line 2145 of file BlackboardArtifact.java.

Member Function Documentation

org.sleuthkit.datamodel.BlackboardArtifact.Category.[static initializer] ( )
static
static Category org.sleuthkit.datamodel.BlackboardArtifact.Category.fromID ( int  id)
static

Gets the category value with the given id, if one exists.

Parameters
idA category id.
Returns
The category with the given id, or null if none exists.

Definition at line 2182 of file BlackboardArtifact.java.

Referenced by org.sleuthkit.datamodel.Blackboard.getArtifactType(), org.sleuthkit.datamodel.SleuthkitCase.getArtifactTypes(), org.sleuthkit.datamodel.Blackboard.getArtifactTypesInUse(), and org.sleuthkit.datamodel.SleuthkitCase.getArtifactTypesInUse().

String org.sleuthkit.datamodel.BlackboardArtifact.Category.getDisplayName ( )

Gets the display name of this category.

Returns
The display name of this category.

Definition at line 2209 of file BlackboardArtifact.java.

Integer org.sleuthkit.datamodel.BlackboardArtifact.Category.getID ( )

Gets the id of this review status.

Returns
The id of this review status.

Definition at line 2191 of file BlackboardArtifact.java.

String org.sleuthkit.datamodel.BlackboardArtifact.Category.getName ( )

Gets the name of this category.

Returns
The name of this category.

Definition at line 2200 of file BlackboardArtifact.java.

Referenced by org.sleuthkit.datamodel.SleuthkitCase.newBlackboardArtifact().

Member Data Documentation


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

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