public interface

WebChangeJournalObjectEntries

com.microstrategy.web.objects.WebChangeJournalObjectEntries
Known Indirect Subclasses

Summary

Public Methods
abstract void clear()
Remove all WebChangeJournalObjectEntry objects in this collection.
abstract WebChangeJournalObjectEntry get(int index)
Returns the WebChangeJournalObjectEntry in this collection according to the index (0-based).
abstract int size()
Returns the size of this collection.

Public Methods

public abstract void clear ()

Remove all WebChangeJournalObjectEntry objects in this collection.

public abstract WebChangeJournalObjectEntry get (int index)

Returns the WebChangeJournalObjectEntry in this collection according to the index (0-based).

Parameters
index The index of the WebChangeJournalEntry object in the collection (0-based).
Returns
  • the WebChangeJournalObjectEntry object in this collection according to the index.
Throws
IndexOutOfBoundsException Thrown when the index is less than 0 or greater or equals to the size of the collection.

public abstract int size ()

Returns the size of this collection.

Returns
  • The size of this collection.