Schnittstelle IDsucGetMembership


public interface IDsucGetMembership
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    fromId(de.uplanet.jdbc.JdbcConnection p_conn, String p_strObjectGuid)
     
    fromUserId(de.uplanet.jdbc.JdbcConnection p_conn, String p_strUserId)
     
  • 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 connection
      p_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:
      SQLException
      de.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 connection
      p_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:
      SQLException
      de.uplanet.lucy.usermanager.NotFoundException