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

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

Deprecated. Since 4.0. Use IAuditDetails instead

public interface IAuditDetails
extends ISDKSet

This interface represents a collection of IAuditDetail objects.


Method Summary
 IAuditDetail getDetail(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 details that are contained in this collection.

Returns:
A set of audit detail IDs.

getDetail

IAuditDetail getDetail(java.lang.Integer id)
Deprecated. Since 4.0.

Returns the detail information for the specified audit detail.

Parameters:
id - The ID of the audit detail
Returns:
IAuditDetail object containing to the auditing detail information.