Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback, org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback, and org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.
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 Interface to process attribute instance Table. Used in EamDb.processInstanceTable is called only once. The implementation of this method needs to call resultset.next to loop through each row of attribute instance table.
Definition at line 29 of file InstanceTableCallback.java.
|
static |
resultSet | attribute instance table |
SQLException |
Definition at line 55 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
static |
resultSet | attribute instance table |
SQLException |
Definition at line 105 of file InstanceTableCallback.java.
|
static |
resultSet | attribute instance table |
SQLException |
Definition at line 65 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
static |
Definition at line 109 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
static |
resultSet | attribute instance table |
SQLException |
Definition at line 85 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
static |
resultSet | attribute instance table |
SQLException |
Definition at line 45 of file InstanceTableCallback.java.
|
static |
resultSet | attribute instance table |
SQLException |
Definition at line 95 of file InstanceTableCallback.java.
|
static |
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.centralrepository.datamodel.InstanceTableCallback.process | ( | ResultSet | resultSet | ) |
Process the attribute instance
resultSet | attribute instance table. |
Implemented in org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback, org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback, and org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.