Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.centralrepository.datamodel.DataSourceUpdateService Class Reference

Inherits org.sleuthkit.autopsy.appservices.AutopsyService.

Public Member Functions

default void closeCaseResources (CaseContext context) throws AutopsyServiceException
 
String getServiceName ()
 
void openCaseResources (CaseContext context) throws AutopsyServiceException
 

Detailed Description

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.

Member Function Documentation

default void org.sleuthkit.autopsy.appservices.AutopsyService.closeCaseResources ( CaseContext  context) throws AutopsyServiceException
inherited

Closes any case-level resources managed by the service.

Parameters
contextThe case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc.
Exceptions
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.

Returns
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.

Parameters
contextThe case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc.
Exceptions
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().


The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.