com.businessobjects.sdk.plugin.desktop.auditeventinfo2
Interface IAuditLevel

All Superinterfaces:
IIdDescriptionPair, IIdMLDescription

public interface IAuditLevel
extends IIdMLDescription

This interface provides information about an auditing event level.

Since:
4.0

Method Summary
 java.util.Set getEventIDs()
          Returns the IDs of events in the auditing level.
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IIdMLDescription
getDescription
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IIdDescriptionPair
getDescription, getID
 

Method Detail

getEventIDs

java.util.Set getEventIDs()
Returns the IDs of events in the auditing level. This will return the IDs of all auditing events that are in this level as well as all lower levels. Auditing level three, "DEFAULT", will return all the events in level three, level two, and level one.

Returns:
Set the IDs of events in the level