|
Autopsy
4.16.0
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 119 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 138 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 162 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 171 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 153 of file DiscoveryEventUtils.java.
| Group.GroupSortingAlgorithm org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.getGroupSort | ( | ) |
Get the sorting algorithm used for groups.
Definition at line 180 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 189 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.sortMethod.
|
private |
|
private |
Definition at line 121 of file DiscoveryEventUtils.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchCompleteEvent.SearchCompleteEvent().
|
private |
|
private |
Definition at line 122 of file DiscoveryEventUtils.java.
|
private |
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.