Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 CorrelationAttributeInstance.Type | correlationType |
final Integer | crFileId |
CorrelationAttributeInstance | currentAttribute |
final NODE_TYPE | nodeType |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(CentralRepoCommonAttributeInstance.class.getName()) |
Represents that a row in the CR was found in multiple cases.
Generates a DisplayableItmeNode using a CentralRepositoryFile.
Definition at line 42 of file CentralRepoCommonAttributeInstance.java.
DisplayableItemNode [] org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstance.generateNodes | ( | ) |
Definition at line 142 of file CentralRepoCommonAttributeInstance.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getDisplayName().
|
inherited |
ObjectId of the AbstractFile that is equivalent to the file from which this common attribute instance
Definition at line 128 of file AbstractCommonAttributeInstance.java.
References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.abstractFileObjectId.
CorrelationAttributeInstance.Type org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstance.getCorrelationAttributeInstanceType | ( | ) |
Definition at line 58 of file CentralRepoCommonAttributeInstance.java.
References org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstance.correlationType.
|
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 112 of file AbstractCommonAttributeInstance.java.
References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.dataSource.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CaseDBCommonAttributeInstance.generateNodes().
|
protectedinherited |
Definition at line 48 of file AbstractCommonAttributeInstance.java.
|
private |
Definition at line 48 of file CentralRepoCommonAttributeInstance.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstance.getCorrelationAttributeInstanceType().
|
private |
Definition at line 45 of file CentralRepoCommonAttributeInstance.java.
|
private |
Definition at line 47 of file CentralRepoCommonAttributeInstance.java.
|
staticprivate |
Definition at line 44 of file CentralRepoCommonAttributeInstance.java.
|
private |
Definition at line 46 of file CentralRepoCommonAttributeInstance.java.
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.