public interface SyncedEntriesIterator extends java.util.Iterator<SyncedEntry>
Iterator
and exposes two
additional methods:
SyncedEntry
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the iterator.
|
SyncedEntry[] |
nextBatch(int count)
Gets next set of SyncedEntry.
|
SyncedEntry[] nextBatch(int count) throws UnknownErrorException
count
- Number of SyncedEntry to retrieve.UnknownErrorException
- upon errorvoid close() throws UnknownErrorException
UnknownErrorException
- upon errorCopyright © 2021 Dassault Systèmes, All Rights Reserved.