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

Inherits org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.

Public Member Functions

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

Detailed Description

A interface for groups of events that share some attributes in common.

Definition at line 27 of file MultiEvent.java.

Member Function Documentation

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.

Implements org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.

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

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().

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.

Implements org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.

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

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 ( )
inherited

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 ( )
inherited

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 ( )
inherited

Get the EventType of this event.

Returns
the EventType of this event.

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

Optional<ParentType> org.sleuthkit.autopsy.timeline.datamodel.MultiEvent<>.getParent ( )
Optional<EventStripe> org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getParentStripe ( )
inherited

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 ( )
inherited

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 ( )
inherited

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-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.