|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAuditInfo
Interface for accessing an object's auditing information. Any application object that needs to provide access to its auditing information will need to implement this interface.
| Method Summary | |
|---|---|
java.util.Set |
getEnabledEventTypeIDs()
Returns the set of auditing event IDs enabled on the object |
java.util.Set |
getSupportedEventTypeIDs()
Returns the read only set of auditing event IDs applicable to the object |
boolean |
isAuditEnabled()
Returns the flag indicating whether the auditing is enabled for the object |
void |
setAuditEnabled(boolean enabled)
Sets the flag indicating whether the auditing is enabled for the object |
| Method Detail |
|---|
boolean isAuditEnabled()
throws SDKException
SDKExceptionvoid setAuditEnabled(boolean enabled)
enabled - the flag indicating whether the auditing is enabled for the object
java.util.Set getSupportedEventTypeIDs()
throws SDKException
Integer.
SDKException
java.util.Set getEnabledEventTypeIDs()
throws SDKException
Integer
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||