Schnittstelle IDsucGetMembership
public interface IDsucGetMembership
-
Methodenübersicht
-
Methodendetails
-
fromUserId
Set<String> fromUserId(de.uplanet.jdbc.JdbcConnection p_conn, String p_strUserId) throws SQLException, de.uplanet.lucy.usermanager.NotFoundException - Parameter:
p_conn- The database connectionp_strUserId- the user id- Gibt zurück:
- A set containing the unique object identifiers of all
positions, organizational units and groups the given user
belongs to. The user's unique identifier is also included. (not
null) - Löst aus:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-
fromId
Set<String> fromId(de.uplanet.jdbc.JdbcConnection p_conn, String p_strObjectGuid) throws SQLException, de.uplanet.lucy.usermanager.NotFoundException - Parameter:
p_conn- The database connectionp_strObjectGuid- the user id- Gibt zurück:
- A set containing the unique object identifiers of all
positions, organizational units and groups the given object
belongs to. The object's unique identifier is also included (not
null). - Löst aus:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-