|
Deprecated Methods |
com.sap.engine.services.applocking.TableLocking.assertLifetime(byte)
does not work for local transactions |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.changePasswordIfNeeded(String, CallbackHandler)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.changePasswordIfNeeded(UserContext, UserInfo, CallbackHandler)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.changePasswordIfNeeded(X509Certificate, CallbackHandler)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.checkUserLockStatus(String)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.checkUserLockStatus(UserContext, UserInfo)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.checkUserLockStatus(X509Certificate)
This functionality is moved to the login context. |
com.sapportals.connector.execution.objects.IQuery.execute()
Use IExecution.execute(IOperation) |
com.sapportals.connector.execution.objects.IQuery.execute(String)
Use IExecution.execute(IOperation) |
com.sapportals.connector.connection.IConnectionSpecMetaData.getAllConnectionProperties()
First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.getAllConnectionProperties() |
com.sapportals.connector.connection.IConnectionSpecMetaData.getConnectionProperty(String)
First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.getConnectionProperty(String) |
com.sap.engine.services.applocking.TableLocking.getCurrentOwner(byte)
use getCurrentOwner(byte, Connection) instead, because does not work for local transactions |
com.sapportals.connector.metadata.relations.IRelation.getName()
|
com.sapportals.connector.metadata.objects.IBusinessObject.getRelations()
Use getRelationsEx() |
com.sapportals.connector.metadata.relations.IRelationsMetaData.getRelations()
Use getRelationsEx() |
com.sapportals.connector.metadata.relations.IRelationsMetaData.getRelations(IBusinessObject, IBusinessObject)
Use getRelationsEx(IBusinessObject,IBusinessObject) |
com.sapportals.connector.metadata.objects.IBusinessObject.getRelationsToObject(String)
Use getRelationsToObjectEx(String) |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.isUserAccountExpired(String)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.isUserAccountExpired(UserInfo, UserContext)
This functionality is moved to the login context. |
com.sapportals.connector.connection.IConnection.newQuery()
Use newExecution() |
com.sapportals.connector.connection.IConnectionSpecMetaData.retrieveAllConnectionPropertiesNames()
First get the IConnectionPropertyGroup (getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.retrieveAllConnectionPropertiesNames() |
com.sapportals.connector.metadata.relations.IRelation.retrieveTypeCode()
|
com.sap.engine.services.applocking.TableLocking.unlockAll(byte)
use unlockAll(byte, Connection) instead, because does not work for local transactions |
com.sap.engine.services.applocking.TableLocking.unlockAll(byte, boolean)
use unlockAll(byte, Connection, boolean) instead, because does not work for local transactions |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.writeLogonStatistics(boolean, String, long, Map)
This functionality is moved to the login context. |
com.sap.engine.interfaces.security.auth.AbstractLoginModule.writeLogonStatistics(boolean, UserInfo, long, Map)
This functionality is moved to the login context. |