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 | |
InterCaseByCaseCallback (int caseId) | |
InterCaseByCaseCallback (int caseId, int targetCase) | |
Private Attributes | |
final Map< String, Map< String, CommonAttributeValueList > > | caseCollatedDataSourceCollections = new HashMap<>() |
final int | caseID |
final int | targetCase |
Static Private Attributes | |
static final int | VALUE_BATCH_SIZE = 500 |
Callback to use with findInterCaseValuesByCase which generates a map of maps of values for common property search
Definition at line 324 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 331 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 335 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.InterCaseByCaseCallback.process | ( | ResultSet | resultSet | ) |
Process the attribute instance
resultSet | attribute instance table. |
Implements org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.
Definition at line 341 of file InterCaseSearchResultsProcessor.java.
References org.sleuthkit.autopsy.commonpropertiessearch.AbstractCommonAttributeInstance.NODE_TYPE.CASE_NODE, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getArtifactInstancesByTypeValues(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getArtifactInstancesByTypeValuesAndCases(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDataSourceObjectID(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getDisplayName(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName(), and org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.getValue().
|
private |
Definition at line 327 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 328 of file InterCaseSearchResultsProcessor.java.
|
private |
Definition at line 329 of file InterCaseSearchResultsProcessor.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.InterCaseByCaseCallback().
|
staticprivate |
Definition at line 326 of file InterCaseSearchResultsProcessor.java.
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.