Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.AttributeType Class Referenceabstract

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)
 

Detailed Description

Base class for the grouping attributes.

Definition at line 62 of file DiscoveryAttributes.java.

Member Function Documentation

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.

Parameters
resultsThe list of results to enhance.
caseDbThe case database.
centralRepoDbThe central repository database. Can be null if not needed.
contextThe SearchContext the search which is applying this filter is being performed from.
Exceptions
DiscoveryException
SearchCancellationException- Thrown when the user has cancelled the search.

Definition at line 88 of file DiscoveryAttributes.java.

abstract DiscoveryKeyUtils.GroupKey org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.AttributeType.getGroupKey ( Result  result)
abstract

For a given Result, return the key for the group it belongs to for this attribute type.

Parameters
resultThe result to be grouped.
Returns
The key for the group this result goes in.

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.