|
DOCUMENTS 5 - PortalScripting API
|
The RegisterIterator class has been added to the DOCUMENTS PortalScripting API to gain full access to the registers of a DOCUMENTS file by scripting means. More...
Public Member Functions | |
| Register | first () |
| Retrieve the first Register object in the RegisterIterator. More... | |
| String | getLastError () |
| Function to get the description of the last error that occurred. More... | |
| Register | next () |
| Retrieve the next Register object in the RegisterIterator. More... | |
| int | size () |
| Get the amount of Register objects in the RegisterIterator. More... | |
The RegisterIterator class has been added to the DOCUMENTS PortalScripting API to gain full access to the registers of a DOCUMENTS file by scripting means.
| Register RegisterIterator::first | ( | ) |
Retrieve the first Register object in the RegisterIterator.
null in case of an empty RegisterIterator | String RegisterIterator::getLastError | ( | ) |
Function to get the description of the last error that occurred.
| Register RegisterIterator::next | ( | ) |
Retrieve the next Register object in the RegisterIterator.
null if end of RegisterIterator is reached. | int RegisterIterator::size | ( | ) |
Get the amount of Register objects in the RegisterIterator.