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