Autopsy  4.18.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.report.infrastructure.TableReportGenerator.ArtifactData Class Reference

Inherits Comparable< ArtifactData >.

Public Member Functions

int compareTo (ArtifactData otherArtifactData)
 
BlackboardArtifact getArtifact ()
 
long getArtifactID ()
 
List< BlackboardAttribute > getAttributes ()
 
Content getContent ()
 
long getObjectID ()
 
List< String > getRow ()
 
HashSet< String > getTags ()
 

Private Member Functions

List< String > getOrderedRowDataAsStrings () throws TskCoreException
 

Private Attributes

BlackboardArtifact artifact
 
List< BlackboardAttribute > attributes
 
Content content
 
List< String > rowData = null
 
HashSet< String > tags
 

Detailed Description

Container class that holds data about an Artifact to eliminate duplicate calls to the Sleuthkit database.

Definition at line 1029 of file TableReportGenerator.java.

Member Function Documentation

int org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.compareTo ( ArtifactData  otherArtifactData)

Compares ArtifactData objects by the first attribute they have in common in their List<BlackboardAttribute>. Should only be used on two artifacts of the same type

If all attributes are the same, they are assumed duplicates and are compared by their artifact id. Should only be used with attributes of the same type.

Definition at line 1085 of file TableReportGenerator.java.

References org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getArtifactID(), and org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getRow().

BlackboardArtifact org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getArtifact ( )
long org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getArtifactID ( )
List<BlackboardAttribute> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getAttributes ( )
Content org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getContent ( )
long org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getObjectID ( )

Definition at line 1064 of file TableReportGenerator.java.

List<String> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getOrderedRowDataAsStrings ( ) throws TskCoreException
private
List<String> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getRow ( )

Get the values for each row in the table report.

the value types of custom artifacts

Returns
A list of string representing the data for this artifact.

Definition at line 1104 of file TableReportGenerator.java.

References org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getOrderedRowDataAsStrings(), and org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.rowData.

Referenced by org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.compareTo().

HashSet<String> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.getTags ( )

Member Data Documentation

BlackboardArtifact org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.artifact
private
List<BlackboardAttribute> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.attributes
private
Content org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.content
private
List<String> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.rowData = null
private
HashSet<String> org.sleuthkit.autopsy.report.infrastructure.TableReportGenerator.ArtifactData.tags
private

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

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