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

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

public interface IAuditEvents
extends ISDKSet

This interface provides access to a collection of IAuditEvent objects.

Since:
4.0

Method Summary
 IAuditEvent getEvent(int id)
          Returns information for the specified auditing event.
 java.util.Set getIDs()
          Returns the IDs of the auditing events 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 events that are contained in this collection.

Returns:
A set of auditing event IDs

getEvent

IAuditEvent getEvent(int id)
Returns information for the specified auditing event.

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