public interface AuditFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.String rootPath,
java.util.Map auditMap)
Returns
true if the audit map values have not been discarded by audit filters. |
boolean accept(java.lang.String rootPath,
java.util.Map auditMap)
true if the audit map values have not been discarded by audit filters.rootPath - String a base path of AuditPath key entries concatenated with the
path separator '/' (AuditApplication.AUDIT_PATH_SEPARATOR)auditMap - Map of values to audit, mapped by AuditPath key relative to root path.true if the audit map values should be recorded.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.