DOCUMENTS 5 - PortalScripting API
|
The SystemUserIterator class has been added to the DOCUMENTS PortalScripting API to gain full access to the DOCUMENTS users by scripting means. More...
Public Member Functions | |
SystemUser | first () |
Retrieve the first SystemUser object in the SystemUserIterator. More... | |
String | getLastError () |
Function to get the description of the last error that occurred. More... | |
SystemUser | next () |
Retrieve the next SystemUser object in the SystemUserIterator. More... | |
int | size () |
Get the amount of SystemUser objects in the SystemUserIterator. More... | |
The SystemUserIterator class has been added to the DOCUMENTS PortalScripting API to gain full access to the DOCUMENTS users by scripting means.
The objects of this class represent lists of Systemuser objects and allow to loop through such a list of users.
SystemUser SystemUserIterator::first | ( | ) |
Retrieve the first SystemUser object in the SystemUserIterator.
null
in case of an empty SystemUserIterator String SystemUserIterator::getLastError | ( | ) |
Function to get the description of the last error that occurred.
SystemUser SystemUserIterator::next | ( | ) |
Retrieve the next SystemUser object in the SystemUserIterator.
null
if end of SystemUserIterator is reached. int SystemUserIterator::size | ( | ) |
Get the amount of SystemUser objects in the SystemUserIterator.