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

All Superinterfaces:
java.util.Collection, ISDKSet, java.lang.Iterable, java.util.Set

public interface IAuditCategories
extends ISDKSet

This interface provides access to a collection of IAuditCategory objects.

Since:
4.0

Method Summary
 IAuditCategory getCategory(int categoryID)
          Returns information for the specified auditing event category.
 java.util.Set getIDs()
          Returns the IDs of the auditing event categories that are contained in this collection.
 
Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet
get
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getIDs

java.util.Set getIDs()
Returns the IDs of the auditing event categories that are contained in this collection.

Returns:
A set of auditing event category IDs

getCategory

IAuditCategory getCategory(int categoryID)
Returns information for the specified auditing event category.

Parameters:
id - The ID of the auditing event category
Returns:
An IAuditCategory object containing information about the auditing category