Package com.appliedolap.essbase
Interface EssOutline
- All Superinterfaces:
EssObject
- All Known Implementing Classes:
EssOutlineImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Method Summary
Modifier and TypeMethodDescriptiondownloadToFolder(File folder) byte[]Downloads the outline XML as a byte array.getCube()Gets the owning cube of this outline.voidvoidgetMemberSearch(String memberName) getName()Gets the name of this object.getType()Gets the type of this object.void
-
Method Details
-
getCube
EssCube getCube()Gets the owning cube of this outline.- Returns:
- the cube for this outline.
-
getName
String getName()Description copied from interface:EssObjectGets the name of this object. This will generally be the "nice" and "unique" name of this object, such as the application name, cube, member, variable, or whatever. -
getType
EssObject.Type getType()Description copied from interface:EssObjectGets the type of this object. -
getMember
-
getMemberSearch
-
downloadXml
byte[] downloadXml()Downloads the outline XML as a byte array.- Returns:
- the outline XML as bytes
-
downloadToFolder
- Throws:
IOException
-
getDimensions
-
insertSibling
void insertSibling()
-