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


public interface DataFederatorSourceInfo

Each connection link to a MultiSourceDataFoundation has an instance of DataFederatorSourceInfo.

Use DataFoundationFactory.createDataFederatorSourceInfo(String, String, MultiSourceDataFoundation) to instantiate a new data federator source info with its connection path and short name.

The following features are supported:


Method Summary
 java.lang.String getConnectionPath()
          Returns the value of the 'Connection Path' attribute.
 java.lang.String getShortName()
          Returns the value of the 'Short Name' attribute.
 void setConnectionPath(java.lang.String value)
          Sets the value of the 'Connection Path' attribute.
 void setShortName(java.lang.String value)
          Sets the value of the 'Short Name' attribute.
 

Method Detail

getShortName

java.lang.String getShortName()
Returns the value of the 'Short Name' attribute. The default value is "".

The short name identifies a connection in the multisource-enabled data foundation.

Returns:
the value of the 'Short Name' attribute.
See Also:
setShortName(String)

setShortName

void setShortName(java.lang.String value)
Sets the value of the 'Short Name' attribute.

The short name identifies a connection in the multisource-enabled data foundation.

Parameters:
value - the new value of the 'Short Name' attribute.
See Also:
getShortName()

getConnectionPath

java.lang.String getConnectionPath()
Returns the value of the 'Connection Path' attribute. The default value is "".

This is the path to a local connection shortcut. Only RelationalConnection and DataFederatorConnection are supported.

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 is the path to a local connection shortcut. Only RelationalConnection and DataFederatorConnection are supported.

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.