com.businessobjects.sdk.plugin.desktop.auditeventinfo2
Interface IAuditEventInfo.AuditEventLevel

Enclosing interface:
IAuditEventInfo

public static interface IAuditEventInfo.AuditEventLevel

This interface defines valid auditing levels.

Since:
4.0

Field Summary
static int COMPLETE
          The int representing the COMPLETE auditing event level.
static int CUSTOM
          The int representing the CUSTOM auditing event level.
static int DEFAULT
          The int representing the DEFAULT auditing event level.
static int MINIMAL
          The int representing the MINIMAL auditing event level.
static int OFF
          The int representing the OFF auditing event level.
 

Field Detail

CUSTOM

static final int CUSTOM
The int representing the CUSTOM auditing event level. This level must be used if individual auditing events are toggled.

See Also:
Constant Field Values

OFF

static final int OFF
The int representing the OFF auditing event level. No events are collected or stored while this level is used.

See Also:
Constant Field Values

MINIMAL

static final int MINIMAL
The int representing the MINIMAL auditing event level. Only core events are collected while this level is used. It is intended for those seeking a compromise in disk space requirements.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
The int representing the DEFAULT auditing event level. This is the level that is active immediately following a standard SAP BusinessObjects Enterprise installation, and is recommended for most systems.

See Also:
Constant Field Values

COMPLETE

static final int COMPLETE
The int representing the COMPLETE auditing event level. Every event recognized by the system is collected and stored while this level is used. Available disk space should be considered before using this auditing event level.

See Also:
Constant Field Values