|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.DataSourceAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.DomainCategoryAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FileSizeAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FileTagAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FileTypeAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FirstActivityDateAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.HashHitsAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.InterestingItemAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.KeywordListAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.LastActivityDateAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.NoGroupingAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.ObjectDetectedAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.PageViewsAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.ParentPathAttribute, and org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.PreviouslyNotableAttribute.
Public Member Functions | |
| void | addAttributeToResults (List< Result > results, SleuthkitCase caseDb, CentralRepository centralRepoDb) throws DiscoveryException |
| abstract DiscoveryKeyUtils.GroupKey | getGroupKey (Result result) |
Base class for the grouping attributes.
Definition at line 62 of file DiscoveryAttributes.java.
| void org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.AttributeType.addAttributeToResults | ( | List< Result > | results, |
| SleuthkitCase | caseDb, | ||
| CentralRepository | centralRepoDb | ||
| ) | throws DiscoveryException |
Add any extra data to the ResultFile object from this attribute.
| results | The list of results to enhance. |
| caseDb | The case database. |
| centralRepoDb | The central repository database. Can be null if not needed. |
| DiscoveryException |
Definition at line 84 of file DiscoveryAttributes.java.
|
abstract |
For a given Result, return the key for the group it belongs to for this attribute type.
| result | The result to be grouped. |
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.