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

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

public interface MonoSourceDataFoundation
extends DataFoundation

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

This object is a data foundation based on a single data source.

Use DataFoundationFactory.createMonoSourceDataFoundation(String, String) to instantiate a single-source data foundation from a relational connection.

The following features are supported:


Method Summary
 java.lang.String getConnectionPath()
          Returns the value of the 'Connection Path' attribute.
 void setConnectionPath(java.lang.String value)
          Sets the value of the 'Connection Path' attribute.
 
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

getConnectionPath

java.lang.String getConnectionPath()
Returns the value of the 'Connection Path' attribute.

This string represents the path of the connection file (.cnx or .cns).

Returns:
the value of the 'Connection Path' attribute.
See Also:
setConnectionPath(String)

setConnectionPath

void setConnectionPath(java.lang.String value)
Sets the value of the 'Connection Path' attribute.

This string represents the path of the connection file (.cnx or .cns). The connection path is formatted as [subFolder]\connection. The root folder is Connections.

Parameters:
value - the new value of the 'Connection Path' attribute.
See Also:
getConnectionPath()


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