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.FileSizeAttribute Class Reference

Inherits org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.AttributeType.

Public Member Functions

void addAttributeToResults (List< Result > results, SleuthkitCase caseDb, CentralRepository centralRepoDb, SearchContext context) throws DiscoveryException, SearchCancellationException
 
DiscoveryKeyUtils.GroupKey getGroupKey (Result result)
 

Detailed Description

Attribute for grouping/sorting by file size.

Definition at line 96 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
inherited

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.

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

Definition at line 99 of file DiscoveryAttributes.java.


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.