|
Autopsy
4.16.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 () |
| List< String > | getTagNames () |
| abstract SearchData.Type | getType () |
| final void | setFrequency (SearchData.Frequency frequency) |
Private Attributes | |
| SearchData.Frequency | frequency |
| 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 89 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 48 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.
| List<String> org.sleuthkit.autopsy.discovery.search.Result.getTagNames | ( | ) |
Get the tag names for this file
Definition at line 103 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.getMIMETypeComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getMostRecentDateTimeComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getParentPathComparator(), org.sleuthkit.autopsy.discovery.search.ResultsSorter.getTypeComparator(), 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.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 64 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.
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.