|
Autopsy
4.16.0
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 435 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 449 of file SearchData.java.
|
static |
Get the list of enums that are valid for filtering.
Definition at line 468 of file SearchData.java.
| int org.sleuthkit.autopsy.discovery.search.SearchData.Score.getRanking | ( | ) |
Get the rank for sorting.
Definition at line 459 of file SearchData.java.
| String org.sleuthkit.autopsy.discovery.search.SearchData.Score.toString | ( | ) |
Definition at line 473 of file SearchData.java.
|
private |
Definition at line 441 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Score.INTERESTING =(1, Bundle.SearchData_Score_interesting_displayName()) |
Definition at line 437 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 436 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.ScoreFilter.getWhereClause().
|
private |
Definition at line 440 of file SearchData.java.
| org.sleuthkit.autopsy.discovery.search.SearchData.Score.UNKNOWN =(2, Bundle.SearchData_Score_unknown_displayName()) |
Definition at line 438 of file SearchData.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.