Ifd:getCurrentUser
From dev.ifd-library.org
API version 2
IfdUser getCurrentUser(String session_id) throws IfdServerException
Method to retrieve the user currently logged in to the system.
Input:
-
string session_id- The current session id of the user.
Return:
- IfdUser - IfdUser The current user
API version 3
public function IfdUser getCurrentUser(
String session_id)
throws IfdServerException
EXPRESS Heading
QUERY FUNCTION getCurrentUser: IfdUser;
Return:
- Fully specified currently logged IFD user (see attributes in getUsers and addUsers description).
Comments: Talk:Ifd:getCurrentUser