Package | Description |
---|---|
eu.dnetlib.api.data |
Modifier and Type | Method and Description |
---|---|
boolean |
DatasourceManagerService.addDatasource(eu.dnetlib.domain.data.Repository repository)
Register a datasource.
|
boolean |
DatasourceManagerService.addInterface(String dsId,
eu.dnetlib.domain.data.RepositoryInterface iface)
Add an interface to a datasource.
|
boolean |
DatasourceManagerService.deleteAccessParamOrExtraField(String dsId,
String ifaceId,
String field)
delete a generic extra field or an access param of an interface.
|
boolean |
DatasourceManagerService.deleteDatasource(String dsId)
Delete a datasource.
|
boolean |
DatasourceManagerService.deleteInterface(String dsId,
String ifaceId)
Delete the interface of a datasource.
|
Date |
DatasourceManagerService.findNextScheduledExecution(String dsId,
String ifaceId)
Calculate the next execution date of a related metaworkflow
|
eu.dnetlib.domain.data.Repository |
DatasourceManagerService.getDatasource(String dsId)
Returns a datasource.
|
List<eu.dnetlib.domain.data.Repository> |
DatasourceManagerService.listAllDatasources()
Returns all the datasources.
|
List<eu.dnetlib.domain.data.Repository> |
DatasourceManagerService.listDatasourcesUsingFilter(String compliance,
String contentDescription,
String iisProcessingWorkflow,
String collectedFrom)
Returns the datasources with some properties.
|
boolean |
DatasourceManagerService.setIisProcessingWorkflow(String dsId,
String ifaceId,
String wf)
update the "iis_processing_workflow" property of an interface.
|
boolean |
DatasourceManagerService.updateAccessParam(String dsId,
String ifaceId,
String field,
String value,
boolean preserveOriginal)
Update an access param of an interface.
|
boolean |
DatasourceManagerService.updateActivationStatus(String dsId,
String ifaceId,
boolean active)
update the activation status of an interface (true = there is a related
wf).
|
boolean |
DatasourceManagerService.updateBaseUrl(String dsId,
String ifaceId,
String baseUrl)
update the baseUrl of an interface.
|
boolean |
DatasourceManagerService.updateContentDescription(String dsId,
String ifaceId,
String desc)
update the "contentDescription" property of an interface.
|
boolean |
DatasourceManagerService.updateExtraField(String dsId,
String ifaceId,
String field,
String value,
boolean preserveOriginal)
Set a generic extra field of an interface.
|
boolean |
DatasourceManagerService.updateLevelOfCompliance(String dsId,
String ifaceId,
String level)
updates the level of compliance of a datasource.
|
boolean |
DatasourceManagerService.updateSQL(String dsId,
String sql,
boolean delete)
Perform a generic SQL update on a datasource.
|
Copyright © 2020. All rights reserved.