Skip navigation links
com.essbase.api.dataquery
Interface IEssLinkedPartition
- All Superinterfaces:
- IEssBaseObject, IEssLinkedObject
-
public interface IEssLinkedPartition
- extends IEssLinkedObject
The IEssLinkedPartition is a linked partition.
- Version:
- 1.0, 04/04/2001
- 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 |
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.
getPassword
java.lang.String getPassword()
throws com.essbase.api.base.EssException
- Gets the password.
-
- Returns:
- The password.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getOlapServerName
java.lang.String getOlapServerName()
throws com.essbase.api.base.EssException
- Gets the olap server name.
-
- Returns:
- The olap server name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getOlapApplicationName
java.lang.String getOlapApplicationName()
throws com.essbase.api.base.EssException
- Gets the olap application name.
-
- Returns:
- The olap application name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getCubeName
java.lang.String getCubeName()
throws com.essbase.api.base.EssException
- Gets the cube name.
-
- Returns:
- The cube name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
openCubeView
IEssCubeView openCubeView(java.lang.String name)
throws com.essbase.api.base.EssException
- Opens a cube view to the linked partition.
-
- Parameters:
name
- The cube view name.
- Returns:
- The cube view.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links