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

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

Deprecated. Since 4.0. Use IAuditEvents instead

public interface IAuditEvents
extends ISDKSet

This interface provides access to a collection of IAuditEvent objects.


Method Summary
 IAuditEvent getEvent(java.lang.Integer id)
          Deprecated. Since 4.0.
 java.util.Set getIDs()
          Deprecated. Since 4.0.
 
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()
Deprecated. Since 4.0.

Returns the IDs of the audit events that are contained in this collection.

Returns:
A set of audit event IDs.

getEvent

IAuditEvent getEvent(java.lang.Integer id)
Deprecated. Since 4.0.

Returns information for the specified audit event.

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