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

Inherits org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.

Public Member Functions

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

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())
 

Detailed Description

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.

Member Function Documentation

DisplayableItemNode [] org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.generateNodes ( )
Long org.sleuthkit.autopsy.commonfilesearch.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 132 of file AbstractCommonAttributeInstance.java.

References org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.abstractFileObjectId.

CorrelationAttributeInstance.Type org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.getCorrelationAttributeInstanceType ( )
String org.sleuthkit.autopsy.commonfilesearch.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 116 of file AbstractCommonAttributeInstance.java.

References org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.dataSource.

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

Member Data Documentation

final CorrelationAttributeInstance.Type org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.correlationType
private
final Integer org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.crFileId
private

Definition at line 45 of file CentralRepoCommonAttributeInstance.java.

CorrelationAttributeInstance org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.currentAttribute
private

Definition at line 47 of file CentralRepoCommonAttributeInstance.java.

final Logger org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.LOGGER = Logger.getLogger(CentralRepoCommonAttributeInstance.class.getName())
staticprivate

Definition at line 44 of file CentralRepoCommonAttributeInstance.java.

final NODE_TYPE org.sleuthkit.autopsy.commonfilesearch.CentralRepoCommonAttributeInstance.nodeType
private

Definition at line 46 of file CentralRepoCommonAttributeInstance.java.


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

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.