public class

WebChangeJournalObjectEntriesImpl

extends Object
implements WebChangeJournalObjectEntries
java.lang.Object
   ↳ com.microstrategy.web.objects.WebChangeJournalObjectEntriesImpl

Summary

Public Methods
void clear()
Remove all WebChangeJournalObjectEntry objects in this collection.
WebChangeJournalObjectEntry get(int index)
Returns the WebChangeJournalObjectEntry in this collection according to the index (0-based).
void handle(SAXSupport parser, String localName, AttributesXt attrs)
int size()
Returns the size of this collection.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.objects.WebChangeJournalObjectEntries

Public Methods

public void clear ()

Remove all WebChangeJournalObjectEntry objects in this collection.

public 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

public void handle (SAXSupport parser, String localName, AttributesXt attrs)

public int size ()

Returns the size of this collection.

Returns
  • The size of this collection.