DOCUMENTS 5 - PortalScripting API
|
The ArchiveConnectionBlobIterator class is an iterator that holds a list of objects of the class ArchiveConnectionBlob. More...
Public Member Functions | |
ArchiveConnectionBlob | first () |
Retrieve the first ArchiveConnectionBlob object in the ArchiveConnectionBlobIterator. More... | |
ArchiveConnectionBlob | next () |
Retrieve the next ArchiveConnectionBlob object in the ArchiveConnectionBlobIterator. More... | |
int | size () |
Get the amount of ArchiveConnectionBlob objects in the ArchiveConnectionBlobIterator. More... | |
The ArchiveConnectionBlobIterator class is an iterator that holds a list of objects of the class ArchiveConnectionBlob.
You may access ArchiveConnectionBlobIterator objects by the ArchiveConnection.downloadBlobs() method described in the ArchiceConnection chapter.
ArchiveConnectionBlob ArchiveConnectionBlobIterator::first | ( | ) |
Retrieve the first ArchiveConnectionBlob object in the ArchiveConnectionBlobIterator.
null
in case of an empty ArchiveConnectionBlobIterator ArchiveConnectionBlob ArchiveConnectionBlobIterator::next | ( | ) |
Retrieve the next ArchiveConnectionBlob object in the ArchiveConnectionBlobIterator.
NULL
if end of ArchiveConnectionBlobIterator is reached int ArchiveConnectionBlobIterator::size | ( | ) |
Get the amount of ArchiveConnectionBlob objects in the ArchiveConnectionBlobIterator.