Interface IDsucGetMembers
public interface IDsucGetMembers
-
Method Summary
Modifier and TypeMethodDescriptionfromGuids
(de.uplanet.jdbc.JdbcConnection p_conn, Collection<String> p_guids) 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 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
-