|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomDataSourceInfo
The CustomDataSourceInfo interface is used to return the basic information required
by the plug-in (extension) for accessing the data source.
The implementation object of this interface is sent while calling the CustomDataSource.init(CustomDataSourceInfo) method.
Plug-in information is provided to enable single data provider source implementation with multiple user interface implementations.
| Method Summary | |
|---|---|
java.lang.String |
getCESessionID()
Returns the CE session ID of the Interactive Analysis Client. |
java.lang.String |
getClientName()
Returns the name of the Interactive Analysis client used for invoking the current workflow. |
java.lang.String |
getDataSourceType()
Returns the data source type of the plug-in (extension). |
DeploymentContext |
getDeploymentContext()
Returns the deployment context for the current workflow. |
java.lang.String |
getExtensionName()
Returns the extension name of the plug-in (extension). |
java.lang.String |
getExtensionVersion()
Returns the extension version of the plug-in (extension). |
java.util.Locale |
getInterfaceLocale()
Returns the interface locale of the Interactive Analysis Client. |
java.lang.String |
getServerPath()
Returns the physical storage path of the Data Source on the Interactive Analysis Server machine. |
java.lang.String |
getSharedClassesDir()
Returns the location of the SAP BusinessObjects install shared classes directory. |
java.lang.String |
getSource()
Returns the source (file path / URL), if any, as provided by the user; otherwise empty string. |
| Method Detail |
|---|
java.lang.String getDataSourceType()
The data source type is internally treated as data source sub-type.
java.lang.String getExtensionName()
java.lang.String getExtensionVersion()
java.lang.String getSource()
java.util.Locale getInterfaceLocale()
java.lang.String getCESessionID()
java.lang.String getServerPath()
java.lang.String getSharedClassesDir()
DeploymentContext getDeploymentContext()
java.lang.String getClientName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||