19 package org.sleuthkit.autopsy.centralrepository.datamodel;
21 import org.openide.util.NbBundle;
22 import org.openide.util.lookup.ServiceProvider;
33 @ServiceProvider(service = AutopsyService.class)
37 @NbBundle.Messages({
"DataSourceUpdateService.serviceName.text=Update Central Repository Data Sources"})
39 return Bundle.DataSourceUpdateService_serviceName_text();
49 if (correlationCase != null) {
52 if (correlationDataSource.getCaseID() == correlationCase.
getID() && correlationDataSource.getDataSourceObjectID() == 0) {
53 for (Content dataSource : context.getCase().getDataSources()) {
54 if (((DataSource) dataSource).getDeviceId().equals(correlationDataSource.getDeviceID()) && dataSource.getName().equals(correlationDataSource.getName())) {
List< CorrelationDataSource > getDataSources()
static EamDb getInstance()
void addDataSourceObjectId(int rowId, long dataSourceObjectId)
static boolean isEnabled()
CorrelationCase getCase(Case autopsyCase)
void openCaseResources(CaseContext context)