Autopsy
4.15.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 |
Private Member Functions | |
void | dataUpgradeForVersion1dot2 (Case currentCase) throws AutopsyServiceException |
void | updateSchema () throws AutopsyServiceException |
The Autopsy application service for the central repository.
Definition at line 34 of file CentralRepositoryService.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 73 of file AutopsyService.java.
|
private |
Adds missing data source object IDs from data sources in this case to the corresponding records in the central repository. This is a data update to go with the v1.2 schema update.
AutopsyServiceException |
Definition at line 85 of file CentralRepositoryService.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.addDataSourceObjectId(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getCase(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getDataSources(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getID(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance().
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryService.getServiceName | ( | ) |
Gets the service name.
Implements org.sleuthkit.autopsy.appservices.AutopsyService.
Definition at line 40 of file CentralRepositoryService.java.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryService.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 48 of file CentralRepositoryService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.cancelRequested, org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getCase(), org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getProgressIndicator(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.isEnabled(), and org.sleuthkit.autopsy.progress.ProgressIndicator.progress().
|
private |
Updates the central repository schema to the latest version.
AutopsyServiceException |
Definition at line 70 of file CentralRepositoryService.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.upgradeDatabase().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.