Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent Class Reference

Public Member Functions

 SearchCompleteEvent (Map< GroupKey, Integer > groupMap, List< AbstractFilter > searchfilters, DiscoveryAttributes.AttributeType groupingAttribute, Group.GroupSortingAlgorithm groupSort, ResultsSorter.SortingMethod sortMethod)
 
List< AbstractFiltergetFilters ()
 
DiscoveryAttributes.AttributeType getGroupingAttr ()
 
Map< GroupKey, Integer > getGroupMap ()
 
Group.GroupSortingAlgorithm getGroupSort ()
 
ResultsSorter.SortingMethod getResultSort ()
 

Private Attributes

final DiscoveryAttributes.AttributeType groupingAttribute
 
final Map< GroupKey, Integer > groupMap
 
final Group.GroupSortingAlgorithm groupSort
 
final List< AbstractFiltersearchFilters
 
final ResultsSorter.SortingMethod sortMethod
 

Detailed Description

Event to signal the completion of a search being performed.

Definition at line 159 of file DiscoveryEventUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.SearchCompleteEvent ( Map< GroupKey, Integer >  groupMap,
List< AbstractFilter searchfilters,
DiscoveryAttributes.AttributeType  groupingAttribute,
Group.GroupSortingAlgorithm  groupSort,
ResultsSorter.SortingMethod  sortMethod 
)

Construct a new SearchCompleteEvent,

Parameters
groupMapThe map of groups which were found by the search.
searchfiltersThe search filters which were used by the search.
groupingAttributeThe grouping attribute used by the search.
groupSortThe sorting algorithm used for groups.
sortMethodThe sorting method used for results.

Definition at line 178 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupingAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupMap, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupSort, and org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.sortMethod.

Member Function Documentation

List<AbstractFilter> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getFilters ( )

Get the filters used by the search.

Returns
The search filters which were used by the search.

Definition at line 202 of file DiscoveryEventUtils.java.

DiscoveryAttributes.AttributeType org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getGroupingAttr ( )

Get the grouping attribute used by the search.

Returns
The grouping attribute used by the search.

Definition at line 211 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupingAttribute.

Map<GroupKey, Integer> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getGroupMap ( )

Get the map of groups found by the search.

Returns
The map of groups which were found by the search.

Definition at line 193 of file DiscoveryEventUtils.java.

Group.GroupSortingAlgorithm org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getGroupSort ( )

Get the sorting algorithm used for groups.

Returns
The sorting algorithm used for groups.

Definition at line 220 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupSort.

ResultsSorter.SortingMethod org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getResultSort ( )

Get the sorting method used for results.

Returns
The sorting method used for results.

Definition at line 229 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.sortMethod.

Member Data Documentation

final DiscoveryAttributes.AttributeType org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupingAttribute
private
final Map<GroupKey, Integer> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupMap
private
final Group.GroupSortingAlgorithm org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.groupSort
private
final List<AbstractFilter> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.searchFilters
private

Definition at line 162 of file DiscoveryEventUtils.java.

final ResultsSorter.SortingMethod org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.sortMethod
private

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

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.