com.businessobjects.sdk.plugin.desktop.auditeventinfo
Interface IAuditEvent

All Superinterfaces:
IIdDescriptionPair

Deprecated. Since 4.0. Use IAuditEvent instead

public interface IAuditEvent
extends IIdDescriptionPair

This interface provides access to the localized descriptions of an auditing event.


Method Summary
 java.lang.String getDescription(java.util.Locale locale)
          Deprecated. Since 4.0.
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IIdDescriptionPair
getDescription, getID
 

Method Detail

getDescription

java.lang.String getDescription(java.util.Locale locale)
Deprecated. Since 4.0.

Returns the localized description of the auditing event.

Parameters:
locale - the locale for which to retrieve the description
Returns:
The localized description.