Skip navigation links
com.essbase.api.dataquery
Interface IEssDrillThrough
- All Superinterfaces:
- IEssBaseObject, IEssLinkedObject
-
public interface IEssDrillThrough
- extends IEssLinkedObject
The IEssDrillThrough is Hyperion Integration Server drill-through. Drill-through enables you to drill from the summarized and calculated data stored in the Essbase OLAP server of your organization into detailed data stored in a relational database.
- Version:
- 1.0, 04/04/2002
- Author:
- Srini Ranga
Methods inherited from interface com.essbase.api.dataquery.IEssLinkedObject |
getCreatedBy, getDescription, getId, getLastUpdateTime, getMemberCombination, getNativeId, getObject, getObject, getObjectName, getType, setDescription, setObjectName, updatePropertyValues |
getIntegrationServerName
java.lang.String getIntegrationServerName()
throws com.essbase.api.base.EssException
- Gets the integration server name.
-
- Returns:
- The integration server name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getDataSourceName
java.lang.String getDataSourceName()
throws com.essbase.api.base.EssException
- Gets the data source name.
-
- Returns:
- The data source name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getUserName
java.lang.String getUserName()
throws com.essbase.api.base.EssException
- Gets the user name.
-
- Returns:
- The user name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getInputOption
int getInputOption()
throws com.essbase.api.base.EssException
- Gets the input option.
-
- Returns:
- The input option.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getReports
IEssIterator getReports()
throws com.essbase.api.base.EssException
- Gets the drill-through reports.
-
- Returns:
- The reports (each of type IEssDrillThroughReport).
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links