Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.MultiEvent<>, and org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Classes | |
class | StartComparator |
Public Member Functions | |
SortedSet< EventCluster > | getClusters () |
String | getDescription () |
TimelineEvent.DescriptionLevel | getDescriptionLevel () |
long | getEndMillis () |
Set< Long > | getEventIDs () |
Set< Long > | getEventIDsWithHashHits () |
Set< Long > | getEventIDsWithTags () |
TimelineEventType | getEventType () |
Optional< EventStripe > | getParentStripe () |
default int | getSize () |
long | getStartMillis () |
An event of the timeline. Concrete implementations may represent single events or multiple events grouped together based on some common properties (for example close together in time and or having similar descriptions or event types). Note that for SingleEvents or events that are all simultaneous, the start time may be equal to the end time.
Definition at line 35 of file DetailViewEvent.java.
SortedSet<EventCluster> org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getClusters | ( | ) |
Get the EventClusters that make up this event. May be null for SingleEvents, or return a refernece to this event if it is an EventCluster
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent, and org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.MultiEvent<>.
String org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getDescription | ( | ) |
Get a description of this event. Implementations may choose what level of description to provide.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.tree.SubTypeTreeItem.insert(), org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventTreeCell.registerListeners(), org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.setHighLightedEvents(), and org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventTreeCell.updateItem().
TimelineEvent.DescriptionLevel org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getDescriptionLevel | ( | ) |
Get the Description level of detail at which all single events of this event have the same description, ie, what level of detail was used to group these events.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventTreeCell.updateItem().
long org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getEndMillis | ( | ) |
Get the start time of this event as milliseconds from the Unix Epoch.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent, and org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.MultiEvent<>.
Set<Long> org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getEventIDs | ( | ) |
Get the id(s) of this event as a set.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getSize().
Set<Long> org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getEventIDsWithHashHits | ( | ) |
Get the id(s) of this event that have hash hits associated with them.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Set<Long> org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getEventIDsWithTags | ( | ) |
Get the id(s) of this event that have tags associated with them.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
TimelineEventType org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getEventType | ( | ) |
Get the EventType of this event.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Optional<EventStripe> org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getParentStripe | ( | ) |
get the EventStripe (if any) that contains this event.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
default int org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getSize | ( | ) |
Get the number of SingleEvents this event contains.
Definition at line 111 of file DetailViewEvent.java.
References org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getEventIDs().
long org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.getStartMillis | ( | ) |
Get the end time of this event as milliseconds from the Unix Epoch.
Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.SingleDetailsViewEvent.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.datamodel.DetailViewEvent.StartComparator.compare().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.