Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CaseDbAccessQueryCallback, and 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 long | getFileObjectId (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 | |
InterCaseByCountCallback (int caseId) | |
InterCaseByCountCallback (int caseId, int targetCase) | |
Private Attributes | |
final int | caseID |
final TreeMap< Integer, CommonAttributeValueList > | instanceCollatedCommonFiles = new TreeMap<>() |
final int | targetCase |
Callback to use with findInterCaseValuesByCount which generates a list of values for common property search
Definition at line 251 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 257 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 261 of file InterCaseSearchResultsProcessor.java.
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 55 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 105 of file InstanceTableCallback.java.
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 65 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
staticinherited |
Definition at line 109 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 85 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 45 of file InstanceTableCallback.java.
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 95 of file InstanceTableCallback.java.
|
staticinherited |
resultSet | attribute instance table |
SQLException |
Definition at line 75 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process(), org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
void org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process | ( | ResultSet | resultSet | ) |
Process the attribute instance
resultSet | attribute instance table. |
Implements org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.
Definition at line 267 of file InterCaseSearchResultsProcessor.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.caseID, org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.NODE_TYPE.COUNT_NODE, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getArtifactInstancesByTypeValues(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getArtifactInstancesByTypeValuesAndCases(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance(), and org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getValue().
|
private |
Definition at line 254 of file InterCaseSearchResultsProcessor.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process().
|
private |
Definition at line 253 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 255 of file InterCaseSearchResultsProcessor.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.InterCaseByCountCallback().
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.