Autopsy  4.5.0
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.centralrepository.datamodel.CorrelationAttributeInstance Class Reference

Inherits Serializable.

Public Member Functions

 CorrelationAttributeInstance (CorrelationCase eamCase, CorrelationDataSource eamDataSource) throws EamDbException
 
 CorrelationAttributeInstance (CorrelationCase eamCase, CorrelationDataSource eamDataSource, String filePath) throws EamDbException
 
 CorrelationAttributeInstance (CorrelationCase eamCase, CorrelationDataSource eamDataSource, String filePath, String comment) throws EamDbException
 
 CorrelationAttributeInstance (CorrelationCase eamCase, CorrelationDataSource eamDataSource, String filePath, String comment, TskData.FileKnown knownStatus) throws EamDbException
 
Boolean equals (CorrelationAttributeInstance otherInstance)
 
String getComment ()
 
CorrelationCase getCorrelationCase ()
 
CorrelationDataSource getCorrelationDataSource ()
 
String getFilePath ()
 
TskData.FileKnown getKnownStatus ()
 
void setComment (String comment)
 
void setKnownStatus (TskData.FileKnown knownStatus)
 
String toString ()
 

Private Attributes

String comment
 
CorrelationCase correlationCase
 
CorrelationDataSource correlationDataSource
 
String filePath
 
int ID
 
TskData.FileKnown knownStatus
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Used to store details about a specific instance of a CorrelationAttribute. Includes its data source, path, etc.

Definition at line 35 of file CorrelationAttributeInstance.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.CorrelationAttributeInstance ( CorrelationCase  eamCase,
CorrelationDataSource  eamDataSource 
) throws EamDbException

Definition at line 46 of file CorrelationAttributeInstance.java.

org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.CorrelationAttributeInstance ( CorrelationCase  eamCase,
CorrelationDataSource  eamDataSource,
String  filePath 
) throws EamDbException

Definition at line 53 of file CorrelationAttributeInstance.java.

org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.CorrelationAttributeInstance ( CorrelationCase  eamCase,
CorrelationDataSource  eamDataSource,
String  filePath,
String  comment 
) throws EamDbException

Definition at line 61 of file CorrelationAttributeInstance.java.

org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.CorrelationAttributeInstance ( CorrelationCase  eamCase,
CorrelationDataSource  eamDataSource,
String  filePath,
String  comment,
TskData.FileKnown  knownStatus 
) throws EamDbException

Definition at line 70 of file CorrelationAttributeInstance.java.

Member Function Documentation

Boolean org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.equals ( CorrelationAttributeInstance  otherInstance)
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getComment ( )
CorrelationCase org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationCase ( )
CorrelationDataSource org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationDataSource ( )
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getFilePath ( )
TskData.FileKnown org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getKnownStatus ( )

Get this knownStatus. This only indicates whether an item has been tagged as notable and should never return KNOWN.

Returns
BAD if the item has been tagged as notable, UNKNOWN otherwise

Definition at line 168 of file CorrelationAttributeInstance.java.

Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.equals(), and org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.mapValueById().

void org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.setComment ( String  comment)
Parameters
commentthe comment to set

Definition at line 158 of file CorrelationAttributeInstance.java.

void org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.setKnownStatus ( TskData.FileKnown  knownStatus)

Set the knownStatus. This only indicates whether an item has been tagged as notable and should never be set to KNOWN.

Parameters
knownStatusShould be BAD if the item is tagged as notable, UNKNOWN otherwise

Definition at line 178 of file CorrelationAttributeInstance.java.

String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.toString ( )

Definition at line 111 of file CorrelationAttributeInstance.java.

Member Data Documentation

String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.comment
private

Definition at line 43 of file CorrelationAttributeInstance.java.

CorrelationCase org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.correlationCase
private

Definition at line 40 of file CorrelationAttributeInstance.java.

CorrelationDataSource org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.correlationDataSource
private

Definition at line 41 of file CorrelationAttributeInstance.java.

String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.filePath
private

Definition at line 42 of file CorrelationAttributeInstance.java.

int org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.ID
private

Definition at line 39 of file CorrelationAttributeInstance.java.

TskData.FileKnown org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.knownStatus
private

Definition at line 44 of file CorrelationAttributeInstance.java.

final long org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.serialVersionUID = 1L
staticprivate

Definition at line 37 of file CorrelationAttributeInstance.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.