Custom Data Source Framework API

Web Intelligence Custom Data Source (CDS) Framework is a plug-in framework that facilitates the creation of a data provider on custom data sources that can be consumed by Interactive Analysis Desktop. Both the data source information and data provider behaviour can be pluggable by implementing the core interfaces of the framework. This enables the creation of Web Intelligence data providers on the sources that are not directly implemented or provided by Interactive Analysis Desktop.
Packages
com.businessobjects.customds The plug-in implements the interfaces in the com.businessobjects.customds package to provide the required information by the Interactive Analysis CDS Framework to access the data source and to fetch data for the data provider.
com.businessobjects.customds.common The Framework and the plug-in uses the classes in the com.businessobjects.customds.common package to access the data source, build data providers, and fetch data for Interactive Analysis.
com.businessobjects.customds.exception The Framework and the plug-in uses the classes in the com.businessobjects.customds.exception package to create Exception objects.
com.businessobjects.customds.ui The plug-in implements the interfaces in the com.businessobjects.customds.ui package to provide the user interface based on the input received from the data provider source plug-in.
com.businessobjects.customds.ui.common The plug-in uses the interfaces in the com.businessobjects.customds.ui.common package to retrieve information that is required to build the user interface.
com.businessobjects.customds.ui.exception The plug-in uses the classes in the com.businessobjects.customds.ui.exception package to create Exception objects.
com.sap.customds.framework.common The plug-in implements the interfaces in the com.sap.customds.framework.common package to provide the required information by the Interactive Analysis CDS Framework to register the plug-in.