Autopsy
4.19.3
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, SearchContext context) throws DiscoveryException, SearchCancellationException |
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, | ||
SearchContext | context | ||
) | throws DiscoveryException, SearchCancellationException |
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. |
context | The SearchContext the search which is applying this filter is being performed from. |
DiscoveryException | |
SearchCancellationException | - Thrown when the user has cancelled the search. |
Definition at line 88 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-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.