Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static Map< Long, Long > | getCountsOfArtifacts () |
static Map< Long, Long > | getCountsOfFiles () |
static Map< Long, Long > | getCountsOfTags () |
static Map< Long, String > | getDataSourceTypes () |
Private Member Functions | |
CaseDataSourcesSummary () | |
Static Private Member Functions | |
static Map< Long, Long > | getValuesMap (String query) throws TskCoreException, NoCurrentCaseException |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(CaseDataSourcesSummary.class.getName()) |
Provides methods to query for information for all datasources in a case.
Definition at line 38 of file CaseDataSourcesSummary.java.
|
private |
Definition at line 166 of file CaseDataSourcesSummary.java.
|
static |
Get a map containing the number of artifacts in each data source in the current case.
Definition at line 106 of file CaseDataSourcesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CaseDataSourcesSummary.getValuesMap().
|
static |
Get a map containing the number of files in each data source in the current case.
Definition at line 83 of file CaseDataSourcesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CaseDataSourcesSummary.getValuesMap().
|
static |
Get a map containing the number of tags which have been applied in each data source in the current case. Not necessarily the same as the number of items tagged, as an item can have any number of tags.
Definition at line 127 of file CaseDataSourcesSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CaseDataSourcesSummary.getValuesMap().
|
static |
Get a map containing the TSK_DATA_SOURCE_USAGE description attributes associated with each data source in the current case.
Definition at line 50 of file CaseDataSourcesSummary.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
staticprivate |
Helper method to execute a select query with a DataSourceSingleValueCallback.
query | the portion of the query which should follow the SELECT |
TskCoreException | |
NoCurrentCaseException |
Definition at line 159 of file CaseDataSourcesSummary.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.CaseDataSourcesSummary.getCountsOfArtifacts(), org.sleuthkit.autopsy.datasourcesummary.datamodel.CaseDataSourcesSummary.getCountsOfFiles(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.CaseDataSourcesSummary.getCountsOfTags().
|
staticprivate |
Definition at line 40 of file CaseDataSourcesSummary.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.