Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.
Public Member Functions | |
DisplayableItemNode[] | generateNodes () |
Long | getAbstractFileObjectId () |
CorrelationAttributeInstance.Type | getCorrelationAttributeInstanceType () |
String | getDataSource () |
Private Attributes | |
final String | value |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(CaseDBCommonAttributeInstance.class.getName()) |
Encapsulates data required to instantiate a FileInstanceNode
for an instance in the CaseDB
Definition at line 37 of file CaseDBCommonAttributeInstance.java.
DisplayableItemNode [] org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstance.generateNodes | ( | ) |
|
inherited |
ObjectId of the AbstractFile that is equivalent to the file from which this common attribute instance
Definition at line 132 of file AbstractCommonAttributeInstance.java.
References org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.abstractFileObjectId.
CorrelationAttributeInstance.Type org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstance.getCorrelationAttributeInstanceType | ( | ) |
Definition at line 79 of file CaseDBCommonAttributeInstance.java.
|
inherited |
Get string name of the data source where this common attribute appears.
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 116 of file AbstractCommonAttributeInstance.java.
References org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.dataSource.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CaseDBCommonAttributeInstance.generateNodes().
|
staticprivate |
Definition at line 39 of file CaseDBCommonAttributeInstance.java.
|
private |
Definition at line 40 of file CaseDBCommonAttributeInstance.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.