java.lang.Object | |
↳ | com.microstrategy.web.objects.WebScheduledMaintenancesImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebScheduledMaintenance |
add(WebScheduledMaintenance scheduledMaintenance)
Create a new ScheduledMaintenance object at the end of this collection.
| ||||||||||
void |
clear()
Remove all ScheduledMaintenance objects in this collection.
| ||||||||||
WebScheduledMaintenance |
get(int index)
Returns the ScheduledMaintenance in this collection according to the index (0-based).
| ||||||||||
int |
size()
Returns the size of this collection.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
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 |
---|
Returns the size of this collection.