public interface IEssURLDrillThrough
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes this drill through URL.
|
short |
getCountOfDrillRegions()
Get the Count of Drill Regions.
|
java.lang.String[] |
getDrillRegions()
Get the list of drill regions.
|
java.lang.String |
getURLLink()
Get the URL Link.
|
java.lang.String |
getURLName()
Gets the URL Name
|
boolean |
isLevel0()
Gets if level0 flag is enabled.
|
void |
setDrillRegions(java.lang.String[] dillRegions)
Sets the drill regions.
|
void |
setLevel0(boolean isLevel0)
Set the Level0 flag.
|
void |
setURLLink(java.lang.String URLLink)
Sets the URL Link.
|
void |
update(boolean isMerge)
Updates this drill through URL.
|
java.lang.String getURLName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.boolean isLevel0() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.void setLevel0(boolean isLevel0) throws com.essbase.api.base.EssException
isLevel0
- true is Level0 is to be set.com.essbase.api.base.EssException
- If an error occurs.java.lang.String getURLLink() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.void setURLLink(java.lang.String URLLink) throws com.essbase.api.base.EssException
URLLink
- URL string.com.essbase.api.base.EssException
- If an error occurs.short getCountOfDrillRegions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.java.lang.String[] getDrillRegions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.void setDrillRegions(java.lang.String[] dillRegions) throws com.essbase.api.base.EssException
dillRegions
- Array of dillRegions to be set.com.essbase.api.base.EssException
- If an error occurs.void update(boolean isMerge) throws com.essbase.api.base.EssException
isMerge
- - True if you want to merge regions definitioncom.essbase.api.base.EssException
- If an error occurs.void delete() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an error occurs.