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

Inherits org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.

Public Member Functions

DisplayableItemNode[] generateNodes ()
 
Long getAbstractFileObjectId ()
 
CorrelationAttributeInstance.Type getCorrelationAttributeInstanceType ()
 
String getDataSource ()
 

Protected Attributes

AbstractFile abstractFile
 

Private Attributes

final String value
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(CaseDBCommonAttributeInstance.class.getName())
 

Detailed Description

Encapsulates data required to instantiate a FileInstanceNode for an instance in the CaseDB

Definition at line 37 of file CaseDBCommonAttributeInstance.java.

Member Function Documentation

DisplayableItemNode [] org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstance.generateNodes ( )
Long org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.getAbstractFileObjectId ( )
inherited

ObjectId of the AbstractFile that is equivalent to the file from which this common attribute instance

Returns
the abstractFileObjectId

Definition at line 128 of file AbstractCommonAttributeInstance.java.

References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.abstractFileObjectId.

CorrelationAttributeInstance.Type org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstance.getCorrelationAttributeInstanceType ( )

Definition at line 79 of file CaseDBCommonAttributeInstance.java.

String org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.getDataSource ( )
inherited

Get string name of the data source where this common attribute appears.

Returns
data source name

Even though we could get this from the CR record or the AbstractFile, we want to avoid getting it from the AbstractFile because it would be an extra database roundtrip.

Definition at line 112 of file AbstractCommonAttributeInstance.java.

References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.dataSource.

Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstance.generateNodes().

Member Data Documentation

AbstractFile org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.abstractFile
protectedinherited

Definition at line 48 of file AbstractCommonAttributeInstance.java.

final Logger org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstance.LOGGER = Logger.getLogger(CaseDBCommonAttributeInstance.class.getName())
staticprivate

Definition at line 39 of file CaseDBCommonAttributeInstance.java.

final String org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstance.value
private

Definition at line 40 of file CaseDBCommonAttributeInstance.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.