|
| | INTERESTING =(1, Bundle.SearchData_Score_interesting_displayName()) |
| |
| | NOTABLE =(0, Bundle.SearchData_Score_notable_displayName()) |
| |
| | UNKNOWN =(2, Bundle.SearchData_Score_unknown_displayName()) |
| |
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.
- Parameters
-
| ranking | The rank for sorting. |
| displayName | The display name for this enum value. |
Definition at line 540 of file SearchData.java.
| static List<Score> org.sleuthkit.autopsy.discovery.search.SearchData.Score.getOptionsForFiltering |
( |
| ) |
|
|
static |
Get the list of enums that are valid for filtering.
- Returns
- Enums that can be used to filter.
Definition at line 559 of file SearchData.java.
| int org.sleuthkit.autopsy.discovery.search.SearchData.Score.getRanking |
( |
| ) |
|
Get the rank for sorting.
- Returns
- The rank (lower should be displayed first).
Definition at line 550 of file SearchData.java.
| String org.sleuthkit.autopsy.discovery.search.SearchData.Score.toString |
( |
| ) |
|
| final String org.sleuthkit.autopsy.discovery.search.SearchData.Score.displayName |
|
private |
| org.sleuthkit.autopsy.discovery.search.SearchData.Score.INTERESTING =(1, Bundle.SearchData_Score_interesting_displayName()) |
| org.sleuthkit.autopsy.discovery.search.SearchData.Score.NOTABLE =(0, Bundle.SearchData_Score_notable_displayName()) |
| final int org.sleuthkit.autopsy.discovery.search.SearchData.Score.ranking |
|
private |
| org.sleuthkit.autopsy.discovery.search.SearchData.Score.UNKNOWN =(2, Bundle.SearchData_Score_unknown_displayName()) |
The documentation for this enum was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/discovery/search/SearchData.java