Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult Class Reference

Public Member Functions

 PastCasesResult (List< Pair< String, Long >> sameIdsResults, List< Pair< String, Long >> taggedNotable)
 
List< Pair< String, Long > > getSameIdsResults ()
 
List< Pair< String, Long > > getTaggedNotable ()
 

Private Attributes

final List< Pair< String, Long > > sameIdsResults
 
final List< Pair< String, Long > > taggedNotable
 

Detailed Description

Return type for results items in the past cases tab.

Definition at line 70 of file PastCasesSummary.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.PastCasesResult ( List< Pair< String, Long >>  sameIdsResults,
List< Pair< String, Long >>  taggedNotable 
)

Main constructor.

Parameters
sameIdsResultsData for the cases with same id table.
taggedNotableData for the tagged notable table.

Definition at line 81 of file PastCasesSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.sameIdsResults, and org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.taggedNotable.

Member Function Documentation

List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getSameIdsResults ( )
Returns
Data for the cases with same id table.

Definition at line 89 of file PastCasesSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.sameIdsResults.

List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getTaggedNotable ( )
Returns
Data for the tagged notable table.

Definition at line 96 of file PastCasesSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.taggedNotable.

Member Data Documentation

final List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.sameIdsResults
private
final List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.taggedNotable
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.