|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AuditService.AuditQueryCallback
The interface that will be used to give query results to the calling code.
Method Summary | |
---|---|
boolean |
handleAuditEntry(java.lang.Long entryId,
java.lang.String applicationName,
java.lang.String user,
long time,
java.util.Map values)
Handle a row of audit entry data. |
boolean |
handleAuditEntryError(java.lang.Long entryId,
java.lang.String errorMsg,
java.lang.Throwable error)
Handle audit entry failures |
boolean |
valuesRequired()
Determines whether this callback requires the values argument to be populated when AuditService.AuditQueryCallback.handleAuditEntry(java.lang.Long, java.lang.String, java.lang.String, long, java.util.Map)
is called. |
Method Detail |
---|
boolean valuesRequired()
AuditService.AuditQueryCallback.handleAuditEntry(java.lang.Long, java.lang.String, java.lang.String, long, java.util.Map)
is called.
true
if this callback requires the values argument to be populatedboolean handleAuditEntry(java.lang.Long entryId, java.lang.String applicationName, java.lang.String user, long time, java.util.Map values)
entryId
- the unique audit entry IDapplicationName
- the name of the applicationuser
- the user that logged the entrytime
- the time of the entryvalues
- the values map as created
boolean handleAuditEntryError(java.lang.Long entryId, java.lang.String errorMsg, java.lang.Throwable error)
entryId
- the entry IDerrorMsg
- the error messageerror
- the exception causing the error (may be null)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |