public interface

WebChangeJournalLinkitemEntries

com.microstrategy.web.objects.WebChangeJournalLinkitemEntries

Summary

Public Methods
abstract void clear()
Remove all WebChangeJournalLinkitemEntry objects in this collection.
abstract WebChangeJournalLinkitemEntry get(int index)
Returns the WebChangeJournalLinkitemEntry 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 WebChangeJournalLinkitemEntry objects in this collection.

public abstract WebChangeJournalLinkitemEntry get (int index)

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

Parameters
index The index of the WebChangeJournalLinkitemEntry object in the collection (0-based).
Returns
  • the WebChangeJournalLinkitemEntry 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.