Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
PastCasesResult (List< Pair< String, Long >> previouslyNotable, List< Pair< String, Long >> previouslySeenDevices, List< Pair< String, Long >> previouslySeenResults) | |
List< Pair< String, Long > > | getPreviouslyNotable () |
List< Pair< String, Long > > | getPreviouslySeenDevices () |
List< Pair< String, Long > > | getPreviouslySeenResults () |
Private Attributes | |
final List< Pair< String, Long > > | previouslyNotable |
final List< Pair< String, Long > > | previouslySeenDevices |
final List< Pair< String, Long > > | previouslySeenResults |
Return type for results items in the past cases tab.
Definition at line 70 of file PastCasesSummary.java.
org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.PastCasesResult | ( | List< Pair< String, Long >> | previouslyNotable, |
List< Pair< String, Long >> | previouslySeenDevices, | ||
List< Pair< String, Long >> | previouslySeenResults | ||
) |
Main constructor.
previouslyNotable | TSK_PREVIOUSLY_NOTABLE results. |
previouslySeenDevices | TSK_PREVIOUSLY_SEEN device results. |
previouslySeenResults | TSK_PREVIOUSLY_SEEN non-device results. |
Definition at line 83 of file PastCasesSummary.java.
List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getPreviouslyNotable | ( | ) |
Definition at line 92 of file PastCasesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.previouslyNotable.
List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getPreviouslySeenDevices | ( | ) |
Definition at line 99 of file PastCasesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.previouslySeenDevices.
List<Pair<String, Long> > org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getPreviouslySeenResults | ( | ) |
Definition at line 106 of file PastCasesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.previouslySeenResults.
|
private |
Definition at line 72 of file PastCasesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getPreviouslyNotable().
|
private |
Definition at line 73 of file PastCasesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getPreviouslySeenDevices().
|
private |
Definition at line 74 of file PastCasesSummary.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.PastCasesSummary.PastCasesResult.getPreviouslySeenResults().
Copyright © 2012-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.