public interface MultiSourceDataFoundation extends DataFoundation
This object is a data foundation based on multiple data sources.
Use DataFoundationFactory.createMultiSourceDataFoundation(String) to instantiate a multisource-enabled data foundation from a relational connection.
The connection used by MultiSourceDataFoundation must be stored in a CMS. Following are the ways to identify a
connection:
ConnectionShortcut.getPath()DataFederatorSourceInfo.getShortName()DataFederatorService.getCatalog(com.sap.sl.sdk.authoring.connection.ConnectionShortcut)The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataFederatorSourceInfo> |
getSourceInfos()
Returns the value of the 'Source Infos' containment reference list.
|
getContexts, getCoreUniverseReferences, getDataFoundationViews, getDescription, getJoins, getLovs, getMasterView, getParameters, getTables, isCartesianProductAllowed, isMultipleSqlStatementsAllowed, setCartesianProductAllowed, setDescription, setMultipleSqlStatementsAllowedgetResourcePathgetCustomPropertiesgetQueryScriptProperties, resetQueryScriptPropertiesjava.util.List<DataFederatorSourceInfo> getSourceInfos()
DataFederatorSourceInfo.
This is the list of information about the connections attached to the MultiSourceDataFoundation.