Interface IDsucGetMembers


public interface IDsucGetMembers
  • Method Details

    • fromGuidsAsArray

      String[] fromGuidsAsArray(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids, boolean p_bWithDisabledObject) throws SQLException
      Parameters:
      p_guids - A list of GUIDs containing users, groups, orgunits or positions.
      Returns:
      An array of the unique identifiers of all users that are members of the given positions, organizational units and groups (not null).
      Throws:
      SQLException
    • fromGuids

      Set<String> fromGuids(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids, boolean p_bWithDisabledObject) throws SQLException
      Parameters:
      p_guids - A list of GUIDs containing users, groups, orgunits or positions.
      Returns:
      A set of unique user identifiers of all users that are members of the given positions, organizational units and groups (not null).
      Throws:
      SQLException
    • fromGuidsAsArray

      String[] fromGuidsAsArray(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids) throws SQLException
      Parameters:
      p_guids - A list of GUIDs containing users, groups, orgunits or positions.
      Returns:
      An array of unique user identifiers of all users that are members of the given positions, organizational units and groups (not null).
      Throws:
      SQLException
    • fromGuids

      Set<String> fromGuids(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids) throws SQLException
      Parameters:
      p_guids - A list of GUIDs containing users, groups, orgunits or positions.
      Returns:
      A set of unique user identifiers of all users that are members of the given positions, organizational units and groups (not null).
      Throws:
      SQLException