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