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

All Superinterfaces:
IIdDescriptionPair, IIdMLDescription

public interface IAuditCategory
extends IIdMLDescription

This interface provides information about an auditing event category.

Since:
4.0

Method Summary
 java.util.Set getEventIDs()
          Returns a collection of event IDs that belong to this category.
 
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 a collection of event IDs that belong to this category.

Returns:
A set of event IDs that populate this category.