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

Inherits org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.

Public Member Functions

void process (ResultSet resultSet)
 

Static Public Member Functions

static int getCaseId (ResultSet resultSet) throws SQLException
 
static String getComment (ResultSet resultSet) throws SQLException
 
static int getDataSourceId (ResultSet resultSet) throws SQLException
 
static String getFilePath (ResultSet resultSet) throws SQLException
 
static int getId (ResultSet resultSet) throws SQLException
 
static int getKnownStatus (ResultSet resultSet) throws SQLException
 
static String getValue (ResultSet resultSet) throws SQLException
 

Private Member Functions

void countAndAddCommonAttributes (String corValue, int resultId)
 

Private Attributes

CommonAttributeValue commonAttributeValue = null
 
String previousRowMd5 = ""
 

Detailed Description

Callback to use with findInterCaseValuesByCount which generates a list of md5s for common files search

Definition at line 234 of file InterCaseSearchResultsProcessor.java.

Member Function Documentation

void org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.countAndAddCommonAttributes ( String  corValue,
int  resultId 
)
private

Add a resultId to the list of matches for a given corValue, which counts to number of instances of that match, determining which InstanceCountNode the match will be added to.

Parameters
corValuethe value which matches
resultIdthe CorrelationAttributeInstance id to be retrieved later.

Definition at line 283 of file InterCaseSearchResultsProcessor.java.

References org.sleuthkit.autopsy.commonfilesearch.AbstractCommonAttributeInstance.NODE_TYPE.COUNT_NODE, and org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getInstanceCount().

Referenced by org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process().

static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getCaseId ( ResultSet  resultSet) throws SQLException
staticinherited
static String org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getComment ( ResultSet  resultSet) throws SQLException
staticinherited
Parameters
resultSetattribute instance table
Returns
previous comment made for the instance
Exceptions
SQLException

Definition at line 105 of file InstanceTableCallback.java.

static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getDataSourceId ( ResultSet  resultSet) throws SQLException
staticinherited
Parameters
resultSetattribute instance table
Returns
Data source id of a particular instance
Exceptions
SQLException

Definition at line 65 of file InstanceTableCallback.java.

Referenced by org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process(), and org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().

static String org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getFilePath ( ResultSet  resultSet) throws SQLException
staticinherited
Parameters
resultSetattribute instance table
Returns
file path of the instance
Exceptions
SQLException

Definition at line 85 of file InstanceTableCallback.java.

Referenced by org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().

static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getId ( ResultSet  resultSet) throws SQLException
staticinherited
static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getKnownStatus ( ResultSet  resultSet) throws SQLException
staticinherited
Parameters
resultSetattribute instance table
Returns
status integer based on whether instance is marked notable or not
Exceptions
SQLException

Definition at line 95 of file InstanceTableCallback.java.

static String org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getValue ( ResultSet  resultSet) throws SQLException
staticinherited
void org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process ( ResultSet  resultSet)

Member Data Documentation

CommonAttributeValue org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.commonAttributeValue = null
private

Definition at line 238 of file InterCaseSearchResultsProcessor.java.

String org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.previousRowMd5 = ""
private

Definition at line 239 of file InterCaseSearchResultsProcessor.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.