Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
Score (int ranking, String displayName) | |
int | getRanking () |
String | toString () |
Static Public Member Functions | |
static List< Score > | getOptionsForFiltering () |
Public Attributes | |
INTERESTING =(1, Bundle.SearchData_Score_interesting_displayName()) | |
NOTABLE =(0, Bundle.SearchData_Score_notable_displayName()) | |
UNKNOWN =(2, Bundle.SearchData_Score_unknown_displayName()) | |
Private Attributes | |
final String | displayName |
final int | ranking |
Enum representing the score of the item.
Definition at line 526 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.Score.Score | ( | int | ranking, |
String | displayName | ||
) |
Construct a new Score enum value.
ranking | The rank for sorting. |
displayName | The display name for this enum value. |
Definition at line 540 of file SearchData.java.
|
static |
Get the list of enums that are valid for filtering.
Definition at line 559 of file SearchData.java.
int org.sleuthkit.autopsy.discovery.search.SearchData.Score.getRanking | ( | ) |
Get the rank for sorting.
Definition at line 550 of file SearchData.java.
String org.sleuthkit.autopsy.discovery.search.SearchData.Score.toString | ( | ) |
Definition at line 564 of file SearchData.java.
|
private |
Definition at line 532 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.Score.INTERESTING =(1, Bundle.SearchData_Score_interesting_displayName()) |
Definition at line 528 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ScoreFilter.getWhereClause().
org.sleuthkit.autopsy.discovery.search.SearchData.Score.NOTABLE =(0, Bundle.SearchData_Score_notable_displayName()) |
Definition at line 527 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ScoreFilter.getWhereClause().
|
private |
Definition at line 531 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.Score.UNKNOWN =(2, Bundle.SearchData_Score_unknown_displayName()) |
Definition at line 529 of file SearchData.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.