Autopsy
4.19.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 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 | |
FrequencyCallback (List< ResultFile > files) | |
Private Attributes | |
final List< ResultFile > | files |
Callback to use with findInterCaseValuesByCount which generates a list of values for common property search
Definition at line 659 of file DiscoveryAttributes.java.
|
private |
Construct a new FrequencyCallback.
files | List of files to add hash set names to. |
Definition at line 668 of file DiscoveryAttributes.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.files.
|
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.discovery.search.DiscoveryAttributes.FrequencyCallback.process | ( | ResultSet | resultSet | ) |
Process the attribute instance
resultSet | attribute instance table. |
Implements org.sleuthkit.autopsy.centralrepository.datamodel.InstanceTableCallback.
Definition at line 673 of file DiscoveryAttributes.java.
References org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.fromCount(), org.sleuthkit.autopsy.discovery.search.ResultFile.getFirstInstance(), org.sleuthkit.autopsy.discovery.search.Result.setFrequency(), and org.sleuthkit.autopsy.discovery.search.SearchData.Frequency.UNIQUE.
|
private |
Definition at line 661 of file DiscoveryAttributes.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.FrequencyCallback().
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.