Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
SearchCompleteEvent (Map< GroupKey, Integer > groupMap, List< AbstractFilter > searchfilters, DiscoveryAttributes.AttributeType groupingAttribute, Group.GroupSortingAlgorithm groupSort, ResultsSorter.SortingMethod sortMethod) | |
List< AbstractFilter > | getFilters () |
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< AbstractFilter > | searchFilters |
final ResultsSorter.SortingMethod | sortMethod |
Event to signal the completion of a search being performed.
Definition at line 159 of file DiscoveryEventUtils.java.
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,
groupMap | The map of groups which were found by the search. |
searchfilters | The search filters which were used by the search. |
groupingAttribute | The grouping attribute used by the search. |
groupSort | The sorting algorithm used for groups. |
sortMethod | The 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.
List<AbstractFilter> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getFilters | ( | ) |
Get the filters 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.
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.
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.
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.
Definition at line 229 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.sortMethod.
|
private |
|
private |
Definition at line 161 of file DiscoveryEventUtils.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.SearchCompleteEvent().
|
private |
|
private |
Definition at line 162 of file DiscoveryEventUtils.java.
|
private |
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.