Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.DataArtifacts Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  RootNode
 

Public Member Functions

 DataArtifacts ()
 
 DataArtifacts (long dsObjId)
 

Static Public Member Functions

static String getName ()
 

Private Attributes

final long datasourceObjId
 

Detailed Description

Analysis Results node support.

Definition at line 30 of file DataArtifacts.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.DataArtifacts.DataArtifacts ( )

Main constructor.

Definition at line 67 of file DataArtifacts.java.

org.sleuthkit.autopsy.datamodel.DataArtifacts.DataArtifacts ( long  dsObjId)

Main constructor.

Parameters
dsObjIdThe data source object id.

Definition at line 76 of file DataArtifacts.java.

Member Function Documentation

static String org.sleuthkit.autopsy.datamodel.DataArtifacts.getName ( )
static

Returns the name of this node that is the key in the children object.

Returns
The name of this node that is the key in the children object.

Definition at line 37 of file DataArtifacts.java.

Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.getCategoryNodeChild().

Member Data Documentation

final long org.sleuthkit.autopsy.datamodel.DataArtifacts.datasourceObjId
private

Definition at line 62 of file DataArtifacts.java.


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.