Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
PreviouslyNotable (int ranking, String displayName) | |
int | getRanking () |
String | toString () |
Public Attributes | |
NOT_PREVIOUSLY_NOTABLE =(1, Bundle.SearchData_notPrevNotable_displayName()) | |
PREVIOUSLY_NOTABLE =(0, Bundle.SearchData_prevNotable_displayName()) | |
Private Attributes | |
final String | displayName |
final int | ranking |
Enum representing the notability of the result in the Central Repository.
Definition at line 55 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.PreviouslyNotable | ( | int | ranking, |
String | displayName | ||
) |
Definition at line 62 of file SearchData.java.
int org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.getRanking | ( | ) |
Definition at line 67 of file SearchData.java.
String org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.toString | ( | ) |
Definition at line 72 of file SearchData.java.
|
private |
Definition at line 60 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.NOT_PREVIOUSLY_NOTABLE =(1, Bundle.SearchData_notPrevNotable_displayName()) |
Definition at line 57 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.PREVIOUSLY_NOTABLE =(0, Bundle.SearchData_prevNotable_displayName()) |
Definition at line 56 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.PreviouslyNotableFilter.applyAlternateFilter(), and org.sleuthkit.autopsy.discovery.search.Result.markAsPreviouslyNotableInCR().
|
private |
Definition at line 59 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.