|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.discovery.search.ResultDomain, and org.sleuthkit.autopsy.discovery.search.ResultFile.
Public Member Functions | |
| void | addTagName (String tagName) |
| abstract Content | getDataSource () throws TskCoreException |
| abstract long | getDataSourceObjectId () |
| SearchData.Frequency | getFrequency () |
| abstract TskData.FileKnown | getKnown () |
| final SearchData.PreviouslyNotable | getPreviouslyNotableInCR () |
| List< String > | getTagNames () |
| abstract SearchData.Type | getType () |
| final void | markAsPreviouslyNotableInCR () |
| final void | setFrequency (SearchData.Frequency frequency) |
Private Attributes | |
| SearchData.Frequency | frequency = SearchData.Frequency.UNKNOWN |
| SearchData.PreviouslyNotable | notabilityStatus = SearchData.PreviouslyNotable.NOT_PREVIOUSLY_NOTABLE |
| final List< String > | tagNames = new ArrayList<>() |
Interface implemented by all types of results.
Definition at line 31 of file Result.java.
| void org.sleuthkit.autopsy.discovery.search.Result.addTagName | ( | String | tagName | ) |
Add a tag name that matched this file.
| tagName |
Definition at line 106 of file Result.java.
|
abstract |
Get the data source associated with this result.
| TskCoreException |
|
abstract |
Get the Object ID for the data source the result is in.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getDataSourceComparator().
| SearchData.Frequency org.sleuthkit.autopsy.discovery.search.Result.getFrequency | ( | ) |
Get the frequency of this result in the central repository.
Definition at line 49 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.frequency.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getFrequencyComparator(), org.sleuthkit.autopsy.discovery.search.ResultDomain.toString(), and org.sleuthkit.autopsy.discovery.search.ResultFile.toString().
|
abstract |
Get the known status of the result (known status being NSRL).
| final SearchData.PreviouslyNotable org.sleuthkit.autopsy.discovery.search.Result.getPreviouslyNotableInCR | ( | ) |
Get the previously notable value of this result.
Definition at line 72 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.notabilityStatus.
| List<String> org.sleuthkit.autopsy.discovery.search.Result.getTagNames | ( | ) |
Get the tag names for this file
Definition at line 120 of file Result.java.
|
abstract |
Get the type of this result.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.createSetNameClause(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getDefaultComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getDomainNameComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getFileNameComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getFileSizeComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getKeywordListNameComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getLastActivityDateTimeComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getMIMETypeComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getPageViewComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getParentPathComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getTypeComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getWebDownloadsComparator(), org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.HashHitsAttribute.HashSetNamesCallback.process(), org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.InterestingItemAttribute.InterestingFileSetNamesCallback.process(), and org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.ObjectDetectedAttribute.ObjectDetectedNamesCallback.process().
| final void org.sleuthkit.autopsy.discovery.search.Result.markAsPreviouslyNotableInCR | ( | ) |
Mark the result as being previously notable in the CR.
Definition at line 63 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.notabilityStatus, and org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.PREVIOUSLY_NOTABLE.
| final void org.sleuthkit.autopsy.discovery.search.Result.setFrequency | ( | SearchData.Frequency | frequency | ) |
Set the frequency of this result in the central repository.
| frequency | The frequency of the result as an enum. |
Definition at line 81 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.frequency.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.process().
|
private |
Definition at line 33 of file Result.java.
Referenced by org.sleuthkit.autopsy.discovery.search.Result.getFrequency(), and org.sleuthkit.autopsy.discovery.search.Result.setFrequency().
|
private |
Definition at line 34 of file Result.java.
Referenced by org.sleuthkit.autopsy.discovery.search.Result.getPreviouslyNotableInCR(), and org.sleuthkit.autopsy.discovery.search.Result.markAsPreviouslyNotableInCR().
|
private |
Definition at line 35 of file Result.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.