com.sap.sl.sdk.authoring.datafoundation
Interface MultiSourceDataFoundation

All Superinterfaces:
Customizable, DataFoundation, Nameable, QueryScriptCustomizable, SlResource

public interface MultiSourceDataFoundation
extends DataFoundation

A representation of the 'Multi Source Data Foundation' model object.

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:

The following features are supported:


Method Summary
 java.util.List<DataFederatorSourceInfo> getSourceInfos()
          Returns the value of the 'Source Infos' containment reference list.
 
Methods inherited from interface com.sap.sl.sdk.authoring.datafoundation.DataFoundation
getContexts, getCoreUniverseReferences, getDataFoundationViews, getDescription, getJoins, getLovs, getMasterView, getParameters, getTables, isCartesianProductAllowed, isMultipleSqlStatementsAllowed, setCartesianProductAllowed, setDescription, setMultipleSqlStatementsAllowed
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource
getResourcePath
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Customizable
getCustomProperties
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.QueryScriptCustomizable
getQueryScriptProperties, resetQueryScriptProperties
 

Method Detail

getSourceInfos

java.util.List<DataFederatorSourceInfo> getSourceInfos()
Returns the value of the 'Source Infos' containment reference list. The list contents are of type DataFederatorSourceInfo. This is the list of information about the connections attached to the MultiSourceDataFoundation.

Returns:
the value of the 'Source Infos' containment reference list.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.