com.microstrategy.web.objects.WebScheduledMaintenances |
![]() |
This interface holds a collection of scheduled maintenance. It provides methods to list all scheduled maintenance, and add new scheduled maintenance to this collection
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebScheduledMaintenance |
add(WebScheduledMaintenance schedule)
Create a new ScheduledMaintenance object at the end of this collection.
| ||||||||||
abstract void |
clear()
Remove all ScheduledMaintenance objects in this collection.
| ||||||||||
abstract WebScheduledMaintenance |
get(int index)
Returns the ScheduledMaintenance in this collection according to the index (0-based).
| ||||||||||
abstract int |
size()
Returns the size of this collection.
|
Create a new ScheduledMaintenance object at the end of this collection.
Remove all ScheduledMaintenance objects in this collection.
Returns the ScheduledMaintenance in this collection according to the index (0-based).
index | The index of the ScheduledMaintenance object in the collection (0-based). |
---|
IndexOutOfBoundsException | Thrown when the index is less than 0 or greater or equals to the size of the collection. |
---|
Returns the size of this collection.