|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SessionInfo
The SessionInfo interface provides some of the current user session information and also a few environment details that are related to product installation.
| Method Summary | |
|---|---|
ClientType |
getClientType()
Returns type of client where the plug-in is used with the current deployment. |
java.lang.String |
getDataSourceType()
Returns the data source type of the plug-in (extension) as provided by CDSExtensionBaseDescriptor.getDataSourceType(). |
java.lang.String |
getExtensionName()
Returns the extension name of the plug-in (extension) as provided by CDSExtensionBaseDescriptor.getName(). |
java.lang.String |
getExtensionVersion()
Returns the extension version of the plug-in (extension) as provided by CDSExtensionBaseDescriptor.getVersion(). |
java.util.Locale |
getInterfaceLocale()
Returns the user interface locale as provided by the Framework. |
java.lang.String |
getProductClassesDir()
Deprecated. since 14.0, use the path provided by method SessionInfo.getSharedClassesDir() instead. |
java.lang.String |
getProductHelpPath()
Returns the root help path of the SAP BusinessObjects installation. |
java.lang.String |
getSessionID()
Returns the current user session ID generated during login. |
java.lang.String |
getSharedClassesDir()
Returns the location of the SAP BusinessObjects install shared classes directory. |
| Method Detail |
|---|
java.lang.String getSessionID()
This method may return an empty string if the session ID information is not available. For example, when CustomDSExtension.init is called.
java.util.Locale getInterfaceLocale()
@Deprecated java.lang.String getProductClassesDir()
SessionInfo.getSharedClassesDir() instead.
java.lang.String getSharedClassesDir()
java.lang.String getProductHelpPath()
java.lang.String getDataSourceType()
CDSExtensionBaseDescriptor.getDataSourceType().
The plug-in's data source type is internally considered as a data source sub-type by the Framework.
java.lang.String getExtensionName()
CDSExtensionBaseDescriptor.getName().
java.lang.String getExtensionVersion()
CDSExtensionBaseDescriptor.getVersion().
ClientType getClientType()
May return null if the information is not known to the framework.
ClientType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||