com.microstrategy.web.objects.WebChangeJournalEntries |
![]() |
This interface holds a collection of change journal entry. It provides methods to list all change journal, and add new change journal to this collection
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
clear()
Remove all WebChangeJournalEntry objects in this collection.
| ||||||||||
abstract WebChangeJournalEntry |
get(int index)
Returns the WebChangeJournalEntry in this collection according to the index (0-based).
| ||||||||||
abstract int |
size()
Returns the size of this collection.
|
Remove all WebChangeJournalEntry objects in this collection.
Returns the WebChangeJournalEntry in this collection according to the index (0-based).
index | The index of the WebChangeJournalEntry 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.