Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
GroupSelectedEvent (List< AbstractFilter > searchfilters, DiscoveryAttributes.AttributeType groupingAttribute, Group.GroupSortingAlgorithm groupSort, ResultsSorter.SortingMethod sortMethod, GroupKey groupKey, int groupSize, Type resultType) | |
List< AbstractFilter > | getFilters () |
DiscoveryAttributes.AttributeType | getGroupingAttr () |
GroupKey | getGroupKey () |
int | getGroupSize () |
Group.GroupSortingAlgorithm | getGroupSort () |
ResultsSorter.SortingMethod | getResultSort () |
Type | getResultType () |
Private Attributes | |
final DiscoveryAttributes.AttributeType | groupingAttribute |
final GroupKey | groupKey |
final int | groupSize |
final Group.GroupSortingAlgorithm | groupSort |
final Type | resultType |
final List< AbstractFilter > | searchfilters |
final ResultsSorter.SortingMethod | sortMethod |
Event to signal that a group has been selected.
Definition at line 396 of file DiscoveryEventUtils.java.
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.GroupSelectedEvent | ( | List< AbstractFilter > | searchfilters, |
DiscoveryAttributes.AttributeType | groupingAttribute, | ||
Group.GroupSortingAlgorithm | groupSort, | ||
ResultsSorter.SortingMethod | sortMethod, | ||
GroupKey | groupKey, | ||
int | groupSize, | ||
Type | resultType | ||
) |
Construct a new GroupSelectedEvent.
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. |
groupKey | The key associated with the group which was selected. |
groupSize | The number of results in the group which was selected. |
resultType | The type of results which exist in the group. |
Definition at line 421 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupingAttribute, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupSize, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupSort, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.resultType, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.searchfilters, and org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.sortMethod.
List<AbstractFilter> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getFilters | ( | ) |
Get the result filters which were used by the search.
Definition at line 485 of file DiscoveryEventUtils.java.
DiscoveryAttributes.AttributeType org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getGroupingAttr | ( | ) |
Get the grouping attribute used to create the groups.
Definition at line 494 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupingAttribute.
GroupKey org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getGroupKey | ( | ) |
Get the group key which is used to uniquely identify the group selected.
Definition at line 449 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupKey.
int org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getGroupSize | ( | ) |
Get the number of results in the group which was selected.
Definition at line 458 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupSize.
Group.GroupSortingAlgorithm org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getGroupSort | ( | ) |
Get the sorting algorithm used in the group which was selected.
Definition at line 467 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.groupSort.
ResultsSorter.SortingMethod org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getResultSort | ( | ) |
Get the sorting method used for results in the group.
Definition at line 476 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.sortMethod.
Type org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.getResultType | ( | ) |
Get the type of results which exist in the group.
Definition at line 438 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.resultType.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 401 of file DiscoveryEventUtils.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.GroupSelectedEvent.GroupSelectedEvent().
|
private |
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.