|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAuditLevels
This interface provides access to a collection of IAuditLevel objects.
| 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 |
|---|
java.util.Set getIDs()
IAuditLevel getLevel(int levelID)
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||