Klasse ExchangeConnectionCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.exchange.ExchangeConnectionCallable
Utility class for getting MS Exchange connections in Velocity templates.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.jdbc.JdbcConnectionReturns an Exchange user connection.de.uplanet.jdbc.JdbcConnectiongetConnectionForDataGroup(DataGroupInfo p_dataGroupInfo) Returns a connection for the current user or a connection for an impersonate user if an impersonate user is registered with the givenDataGroupInfo.de.uplanet.jdbc.JdbcConnectiongetConnectionForDataGroup(String p_strDgGuid) Returns a connection for the current user or a connection for an impersonate user if an impersonate user is registered with aDataGroupidentified by the given DataGroup GUID.de.uplanet.jdbc.JdbcConnectiongetImpersonateConnection(String p_strUserGuid) Returns a connection for an impersonate user.
-
Konstruktordetails
-
ExchangeConnectionCallable
public ExchangeConnectionCallable()
-
-
Methodendetails
-
getConnection
public de.uplanet.jdbc.JdbcConnection getConnection()Returns an Exchange user connection.- Gibt zurück:
- the connection
-
getImpersonateConnection
Returns a connection for an impersonate user.- Parameter:
p_strUserGuid- the guid of the user used for impersonate actions- Gibt zurück:
- the connection
-
getConnectionForDataGroup
Returns a connection for the current user or a connection for an impersonate user if an impersonate user is registered with the givenDataGroupInfo.- Parameter:
p_dataGroupInfo-- Gibt zurück:
- the connection
-
getConnectionForDataGroup
Returns a connection for the current user or a connection for an impersonate user if an impersonate user is registered with aDataGroupidentified by the given DataGroup GUID.- Parameter:
p_strDgGuid- the DataGroup GUID- Gibt zurück:
- the connection
-