|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonoSourceDataFoundation
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 |
---|
java.lang.String getConnectionPath()
This string represents the path of the connection file (.cnx
or .cns
).
setConnectionPath(String)
void setConnectionPath(java.lang.String value)
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
.
value
- the new value of the 'Connection Path' attribute.getConnectionPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |