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

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

public interface IAuditDetails
extends ISDKSet

This interface provides access to a collection of IAuditDetail objects.

Since:
4.0

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

Returns:
A set of auditing event detail IDs

getDetail

IAuditDetail getDetail(int id)
Returns information for the specified auditing event detail.

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