Interface IDsucGetMembers
-
public interface IDsucGetMembers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
fromGuids(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids)
Set<String>
fromGuids(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids, boolean p_bWithDisabledObject)
String[]
fromGuidsAsArray(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids)
String[]
fromGuidsAsArray(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids, boolean p_bWithDisabledObject)
-
-
-
Method Detail
-
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
-
-