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

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

public interface IAuditLevels
extends ISDKSet

This interface provides access to a collection of IAuditLevel objects.

Since:
4.0

Method Summary
 java.util.Set getIDs()
          Returns the IDs of the auditing event levels that are contained in this collection.
 IAuditLevel getLevel(int levelID)
          Returns information for the specified auditing event level
 
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 levels that are contained in this collection.

Returns:
A set of auditing event level IDs

getLevel

IAuditLevel getLevel(int levelID)
Returns information for the specified auditing event level

Parameters:
id - The ID of the auditing event level, or an int constant from the AuditEventLevel interface.
Returns:
An IAuditLevel object containing information about the auditing event level
See Also:
AuditEventLevel