Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Return type for results items in the past cases tab.
Definition at line 71 of file PastCasesSummary.java.
org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.PastCasesResult | ( | List< Pair< String, Long >> | sameIdsResults, |
List< Pair< String, Long >> | taggedNotable | ||
) |
Main constructor.
sameIdsResults | Data for the cases with same id table. |
taggedNotable | Data for the tagged notable table. |
Definition at line 82 of file PastCasesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.sameIdsResults, and org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.taggedNotable.
List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getSameIdsResults | ( | ) |
Definition at line 90 of file PastCasesSummary.java.
List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getTaggedNotable | ( | ) |
Definition at line 97 of file PastCasesSummary.java.
|
private |
Definition at line 73 of file PastCasesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.PastCasesResult().
|
private |
Definition at line 74 of file PastCasesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.PastCasesResult().
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.