public static interface AuditService.AuditQueryCallback
| Modifier and Type | Method and Description |
|---|---|
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. |
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 createdboolean 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)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.