Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent Interface Reference

Inherited by org.sleuthkit.autopsy.timeline.datamodel.MultiEvent<>, and org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

Public Member Functions

SortedSet< EventClustergetClusters ()
 
String getDescription ()
 
DescriptionLoD getDescriptionLoD ()
 
long getEndMillis ()
 
Set< Long > getEventIDs ()
 
Set< Long > getEventIDsWithHashHits ()
 
Set< Long > getEventIDsWithTags ()
 
EventType getEventType ()
 
Optional< EventStripegetParentStripe ()
 
default int getSize ()
 
long getStartMillis ()
 

Detailed Description

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 34 of file TimeLineEvent.java.

Member Function Documentation

SortedSet<EventCluster> org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.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

Returns
The EventClusters that make up this event.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent, and org.sleuthkit.autopsy.timeline.datamodel.MultiEvent<>.

String org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getDescription ( )
DescriptionLoD org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getDescriptionLoD ( )

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.

Returns
the description level of detail of the given events

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.tree.EventsTree.EventTreeCell.updateItem().

long org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getEndMillis ( )

Get the start time of this event as milliseconds from the Unix Epoch.

Returns
the start time of this event as milliseconds from the Unix Epoch.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent, and org.sleuthkit.autopsy.timeline.datamodel.MultiEvent<>.

Set<Long> org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getEventIDs ( )

Get the id(s) of this event as a set.

Returns
a Set containing the event id(s) of this event.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

Referenced by org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getSize().

Set<Long> org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getEventIDsWithHashHits ( )

Get the id(s) of this event that have hash hits associated with them.

Returns
a Set containing the event id(s) of this event that have hash hits associated with them.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

Set<Long> org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getEventIDsWithTags ( )

Get the id(s) of this event that have tags associated with them.

Returns
a Set containing the event id(s) of this event that have tags associated with them.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

EventType org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getEventType ( )

Get the EventType of this event.

Returns
the EventType of this event.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

Optional<EventStripe> org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getParentStripe ( )

get the EventStripe (if any) that contains this event.

Returns
an Optional containing the parent stripe of this event, or is empty if the event has no parent stripe.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.

default int org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getSize ( )

Get the number of SingleEvents this event contains.

Returns
the number of SingleEvents this event contains.

Definition at line 110 of file TimeLineEvent.java.

References org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getEventIDs().

long org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getStartMillis ( )

Get the end time of this event as milliseconds from the Unix Epoch.

Returns
the end time of this event as milliseconds from the Unix Epoch.

Implemented in org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.