Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.appservices.AutopsyService.
Public Member Functions | |
default void | closeCaseResources (CaseContext context) throws AutopsyServiceException |
String | getServiceName () |
void | openCaseResources (CaseContext context) throws AutopsyServiceException |
Class which updates the data sources in the central repository to include the object id which ties them to the current case.
Definition at line 34 of file DataSourceUpdateService.java.
|
inherited |
Closes any case-level resources managed by the service.
context | The case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc. |
org.sleuthkit.autopsy.framework.AutopsyService.AutopsyServiceException |
Implemented in org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.imagewriter.ImageWriterService.
Definition at line 69 of file AutopsyService.java.
String org.sleuthkit.autopsy.centralrepository.datamodel.DataSourceUpdateService.getServiceName | ( | ) |
Gets the service name.
Implements org.sleuthkit.autopsy.appservices.AutopsyService.
Definition at line 38 of file DataSourceUpdateService.java.
void org.sleuthkit.autopsy.centralrepository.datamodel.DataSourceUpdateService.openCaseResources | ( | CaseContext | context | ) | throws AutopsyServiceException |
Creates, opens or upgrades any case-level resources managed by the service.
context | The case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc. |
org.sleuthkit.autopsy.framework.AutopsyService.AutopsyServiceException |
Implements org.sleuthkit.autopsy.appservices.AutopsyService.
Definition at line 43 of file DataSourceUpdateService.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.addDataSourceObjectId(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getCase(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getDataSources(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getID(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.