com.microstrategy.web.objects.WebDocReportInstances |
This interface is used to hold the collection of report instances corresponding to a document instance.
A document is a collection of reports. Thus, once a document has been successfully executed, one can obtain the
WebDocReportInstances object using getDocReportInstances()
that
corresponds to a collection of the individual report instances that make up the document instance.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration |
elements()
Returns an enumeration for the collection of
WebReportInstance objects stored in this object. | ||||||||||
abstract WebReportInstance |
get(int index)
Returns the
WebReportInstance object at a desired index. | ||||||||||
abstract boolean |
isEmpty()
Returns true if there are no
WebReportInstance objects in the collection. | ||||||||||
abstract int |
size()
Returns the size of the collection of
WebReportInstance objects. |
Returns an enumeration for the collection of WebReportInstance
objects stored in this object.
WebReportInstance
objects.
Returns the WebReportInstance
object at a desired index.
index | index for the fetch. |
---|
WebReportInstance
object at the given index.IndexOutOfBoundsException | if the index passed is negative or greater than the size of the collection. |
---|---|
ArrayIndexOutOfBoundsException |
Returns true if there are no WebReportInstance
objects in the collection.
WebReportInstance
objects.
Returns the size of the collection of WebReportInstance
objects.