Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.MiniTimelineResult Class Reference

Public Member Functions

List< BlackboardArtifact > getArtifactList ()
 
int getCount ()
 
String getDate ()
 

Private Attributes

final List< BlackboardArtifact > artifactList = new ArrayList<>()
 
final String date
 

Detailed Description

A wrapper to hold all the information that is associated with an item in the first column of the mini timeline view.

Definition at line 30 of file MiniTimelineResult.java.

Member Function Documentation

List<BlackboardArtifact> org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getArtifactList ( )

Get the list of artifacts that were observed for the date specified in this object.

Returns
The list of artifacts that were observed for the date specified in this object.

Definition at line 72 of file MiniTimelineResult.java.

int org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getCount ( )

Get the number of artifacts observed on the specified date.

Returns
The number of artifacts observed on the specified date.

Definition at line 61 of file MiniTimelineResult.java.

String org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.getDate ( )

Get the date the artifacts were observed.

Returns
The date the artifacts were observed.

Definition at line 52 of file MiniTimelineResult.java.

References org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.date.

Member Data Documentation

final List<BlackboardArtifact> org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.artifactList = new ArrayList<>()
private

Definition at line 33 of file MiniTimelineResult.java.

final String org.sleuthkit.autopsy.discovery.search.MiniTimelineResult.date
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.