public interface IEssExtendedObject extends IEssBaseObject
| Modifier and Type | Method and Description |
|---|---|
void |
clearClientCache()
Deprecated.
This functionality has been deprecated.
|
java.lang.String |
getName()
Gets the name of the object.
|
IEssExtendedObject |
getParent()
Gets the parent of the object.
|
IEssBaseObject |
getParentBase()
Gets the parent of the object as IEssBaseObject.
|
boolean |
isClientCachingEnabled()
Deprecated.
This functionality has been deprecated.
|
void |
setClientCachingEnabled(boolean enableCaching)
Deprecated.
This functionality has been deprecated.
|
java.lang.String getName()
throws com.essbase.api.base.EssException
EssException - if an error occurs.IEssExtendedObject getParent() throws com.essbase.api.base.EssException
EssException - if an error occurs.IEssBaseObject getParentBase() throws com.essbase.api.base.EssException
EssException - if an error occurs.boolean isClientCachingEnabled()
throws com.essbase.api.base.EssException
EssException - if an error occurs.void setClientCachingEnabled(boolean enableCaching)
throws com.essbase.api.base.EssException
enableCaching - true if client caching is to be enabled.EssException - if an error occurs.void clearClientCache()
throws com.essbase.api.base.EssException
EssException - if an error occurs.