|
Autopsy
4.9.1
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 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 = "" |
Callback to use with findInterCaseValuesByCount which generates a list of md5s for common files search
Definition at line 234 of file InterCaseSearchResultsProcessor.java.
|
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.
| corValue | the value which matches |
| resultId | the 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().
|
staticinherited |
| resultSet | attribute instance table |
| SQLException |
Definition at line 55 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process(), and org.sleuthkit.autopsy.commonfilesearch.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.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process(), and org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
staticinherited |
| resultSet | attribute instance table |
| SQLException |
Definition at line 85 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
|
staticinherited |
| resultSet | attribute instance table |
| SQLException |
Definition at line 45 of file InstanceTableCallback.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process(), and org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process().
|
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.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process(), org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process(), and org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseCommonAttributeRowCallback.process().
| void org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.process | ( | ResultSet | resultSet | ) |
Process the attribute instance
| resultSet | attribute instance table. |
Implements org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.
Definition at line 242 of file InterCaseSearchResultsProcessor.java.
References org.sleuthkit.autopsy.commonfilesearch.InterCaseSearchResultsProcessor.InterCaseByCountCallback.countAndAddCommonAttributes(), org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getId(), org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValue.getInstanceCount(), and org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getValue().
|
private |
Definition at line 238 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 239 of file InterCaseSearchResultsProcessor.java.
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.