Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 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 |
Callback to use with findSingleCorrelationAttribute which retrieves a single CorrelationAttribute from the EamDb.
Definition at line 402 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.InterCaseCommonAttributeRowCallback.process | ( | ResultSet | resultSet | ) |
Process the attribute instance
resultSet | attribute instance table. |
Implements org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.
Definition at line 407 of file InterCaseSearchResultsProcessor.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getCaseById(), org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getCaseId(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getCorrelationAttributeInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getDataSourceById(), org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getDataSourceId(), org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getFileObjectId(), org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getFilePath(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance(), and org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getValue().
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.