| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Method and Description |
|---|---|
DataFederatorSourceInfo |
DataFoundationFactory.createDataFederatorSourceInfo(java.lang.String connectionPath,
java.lang.String shortName)
Creates a new data federator source info with its connection path and short name.
|
DataFederatorSourceInfo |
DataFoundationFactory.createDataFederatorSourceInfo(java.lang.String connectionPath,
java.lang.String shortName,
MultiSourceDataFoundation dataFoundation)
Creates a new data federator source info with its connection path and short name, and appends it to the data
foundation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataFederatorSourceInfo> |
MultiSourceDataFoundation.getSourceInfos()
Returns the value of the 'Source Infos' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
IStatus |
DataFoundationService.setConnectionPath(java.lang.String multiDataFoundationPath,
java.util.List<DataFederatorSourceInfo> sourceInfos)
Set the connection paths of a multi-source data foundation.
|