Package com.microstrategy.web.objects
Class WebChangeJournalObjectEntriesImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebChangeJournalObjectEntriesImpl
-
- All Implemented Interfaces:
WebChangeJournalObjectEntries
public class WebChangeJournalObjectEntriesImpl extends java.lang.Object implements WebChangeJournalObjectEntries
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, java.lang.String localName, AttributesXt attrs)
int
size()
Returns the size of this collection.
-
-
-
Method Detail
-
size
public int size()
Description copied from interface:WebChangeJournalObjectEntries
Returns the size of this collection.- Specified by:
size
in interfaceWebChangeJournalObjectEntries
- Returns:
- The size of this collection.
-
get
public WebChangeJournalObjectEntry get(int index) throws java.lang.IndexOutOfBoundsException
Description copied from interface:WebChangeJournalObjectEntries
Returns the WebChangeJournalObjectEntry in this collection according to the index (0-based).- Specified by:
get
in interfaceWebChangeJournalObjectEntries
- 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:
java.lang.IndexOutOfBoundsException
- Thrown when the index is less than 0 or greater or equals to the size of the collection.
-
clear
public void clear()
Description copied from interface:WebChangeJournalObjectEntries
Remove all WebChangeJournalObjectEntry objects in this collection.- Specified by:
clear
in interfaceWebChangeJournalObjectEntries
-
handle
public void handle(SAXSupport parser, java.lang.String localName, AttributesXt attrs) throws SAXSupportException
- Throws:
SAXSupportException
-
-