Autopsy  4.8.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode Class Reference

Inherits org.sleuthkit.autopsy.datamodel.FileNode.

Public Member Functions

 CaseDBCommonAttributeInstanceNode (AbstractFile fsContent, String caseName, String dataSource)
 
Action[] getActions (boolean context)
 
String getCase ()
 
String getDataSource ()
 
boolean getDirectoryBrowseMode ()
 
String getItemType ()
 
boolean isLeafTypeNode ()
 

Static Public Attributes

static final String HIDE_PARENT
 

Protected Member Functions

Sheet createSheet ()
 

Private Attributes

final String caseName
 
final String dataSource
 

Detailed Description

Node that wraps CaseDBCommonAttributeInstance to represent a file instance stored in the CaseDB.

Definition at line 37 of file CaseDBCommonAttributeInstanceNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.CaseDBCommonAttributeInstanceNode ( AbstractFile  fsContent,
String  caseName,
String  dataSource 
)

Create a node which can be used in a multilayer tree table and is based on an AbstractFile.

Parameters
fsContentthe file which is being represented by this node
caseNamethe name of the case
dataSourcethe datasource which contains the file

Definition at line 51 of file CaseDBCommonAttributeInstanceNode.java.

References org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.caseName, and org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.dataSource.

Member Function Documentation

Sheet org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.createSheet ( )
protected
Action [] org.sleuthkit.autopsy.datamodel.FileNode.getActions ( boolean  context)
inherited
String org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.getCase ( )
String org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.getDataSource ( )
boolean org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.getDirectoryBrowseMode ( )
inherited
String org.sleuthkit.autopsy.datamodel.FileNode.getItemType ( )
inherited

Gets the item type string of the node, suitable for use as a key.

Returns
A String representing the item type of node.

Definition at line 234 of file FileNode.java.

boolean org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.isLeafTypeNode ( )

Definition at line 58 of file CaseDBCommonAttributeInstanceNode.java.

Member Data Documentation

final String org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.caseName
private
final String org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstanceNode.dataSource
private
final String org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.HIDE_PARENT
staticinherited

Definition at line 44 of file AbstractFsContentNode.java.


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

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