|
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 |
|
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 int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getCaseId |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
- Parameters
-
resultSet | attribute instance table |
- Returns
- Case ID of a given instance
- Exceptions
-
Definition at line 55 of file InstanceTableCallback.java.
static String org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getComment |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
- Parameters
-
resultSet | attribute instance table |
- Returns
- previous comment made for the instance
- Exceptions
-
Definition at line 105 of file InstanceTableCallback.java.
static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getDataSourceId |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
- Parameters
-
resultSet | attribute instance table |
- Returns
- Data source id of a particular instance
- Exceptions
-
Definition at line 65 of file InstanceTableCallback.java.
static String org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getFilePath |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
- Parameters
-
resultSet | attribute instance table |
- Returns
- file path of the instance
- Exceptions
-
Definition at line 85 of file InstanceTableCallback.java.
static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getId |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
static int org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getKnownStatus |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
- Parameters
-
resultSet | attribute instance table |
- Returns
- status integer based on whether instance is marked notable or not
- Exceptions
-
Definition at line 95 of file InstanceTableCallback.java.
static String org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getValue |
( |
ResultSet |
resultSet | ) |
throws SQLException |
|
static |
- Parameters
-
resultSet | attribute instance table |
- Returns
- md5 hash value of the instance
- Exceptions
-
Definition at line 75 of file InstanceTableCallback.java.
void org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.process |
( |
ResultSet |
resultSet | ) |
|
Process the attribute instance
- Parameters
-
resultSet | attribute instance table. |
The documentation for this interface was generated from the following file: