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