com.microstrategy.web.objects.WebMDXSource |
The WebMDXSource interface represents a single source of MDX data. The source contains catalogs, which each contain cubes. The source can be uniquely identified by the DBRole that belongs to it. Generally, if you are using this source in subsequent calls, the DBRole is the piece of information that must be saved.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebMDXCatalog |
get(int i)
Returns the
WebMDXCatalog at the given index in the source's collection
of catalogs. | ||||||||||
abstract WebDisplayUnits |
getChildUnits()
Returns a
WebDisplayUnits collection containing all catalogs that belong
to the MDXSource. | ||||||||||
abstract WebDBRole |
getDBRole()
Returns the
WebDBRole object that the source refers to. | ||||||||||
abstract int |
size()
Returns the number of catalogs in the collection.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||
![]()
|
Returns the WebMDXCatalog
at the given index in the source's collection
of catalogs. Note that the same information can be accessed by calling the
getChildUnits method.
WebMDXCatalog
object at the given index.WebObjectsException | Thrown if an error occurs when retrieving the child objects. |
---|
Returns a WebDisplayUnits
collection containing all catalogs that belong
to the MDXSource.
WebDisplayUnits
collection containing the catalogs.WebObjectsException | Thrown if an error occurs when retrieving the child objects. |
---|
Returns the number of catalogs in the collection.
WebObjectsException | Thrown if an error occurs when retrieving the child objects. |
---|