Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CombinedEvent (long epochMillis, String description, long fileID, Map< EventType, Long > eventMap) | |
boolean | equals (Object obj) |
String | getDescription () |
ImmutableSet< Long > | getEventIDs () |
Set< EventType > | getEventTypes () |
long | getFileID () |
Long | getRepresentativeEventID () |
long | getStartMillis () |
int | hashCode () |
Private Attributes | |
final String | description |
final long | epochMillis |
final Map< EventType, Long > | eventTypeMap = new HashMap<>() |
final long | fileID |
A container for several events that have the same timestamp and description and are backed by the same file. Used in the ListView to coalesce the file system events for a file when they have the same timestamp.
Definition at line 33 of file CombinedEvent.java.
org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.CombinedEvent | ( | long | epochMillis, |
String | description, | ||
long | fileID, | ||
Map< EventType, Long > | eventMap | ||
) |
Constructor
epochMillis | The timestamp for this event, in millis from the Unix epoch. |
description | The full description shared by all the combined events |
fileID | The ID of the file shared by all the combined events. |
eventMap | A map from EventType to event ID. |
Definition at line 53 of file CombinedEvent.java.
References org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.description, org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.epochMillis, and org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.fileID.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.equals().
boolean org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.equals | ( | Object | obj | ) |
Definition at line 127 of file CombinedEvent.java.
References org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.CombinedEvent(), org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.description, org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.epochMillis, org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.eventTypeMap, and org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.fileID.
String org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.getDescription | ( | ) |
Get the full description shared by all the combined events.
Definition at line 74 of file CombinedEvent.java.
References org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.description.
ImmutableSet<Long> org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.getEventIDs | ( | ) |
Get the event IDs of the combined events.
Definition at line 101 of file CombinedEvent.java.
Set<EventType> org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.getEventTypes | ( | ) |
Get the types of the combined events.
Definition at line 92 of file CombinedEvent.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventTypeCell.updateItem().
long org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.getFileID | ( | ) |
Get the obj ID of the file shared by the combined events.
Definition at line 83 of file CombinedEvent.java.
References org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.fileID.
Long org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.getRepresentativeEventID | ( | ) |
Get the event ID of one event that is representative of all the combined events. It can be used to look up a SingleEvent with more details, for example.
Definition at line 112 of file CombinedEvent.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventTableCell.updateItem(), and org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventRow.updateItem().
long org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.getStartMillis | ( | ) |
Get the timestamp of this event as millis from the Unix epoch.
Definition at line 65 of file CombinedEvent.java.
References org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.epochMillis.
int org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.hashCode | ( | ) |
Definition at line 117 of file CombinedEvent.java.
|
private |
|
private |
|
private |
A map from EventType to event ID.
Definition at line 42 of file CombinedEvent.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.CombinedEvent.equals().
|
private |
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.