org.alfresco.repo.audit
Interface AuditFilter
- All Known Implementing Classes:
- PropertyAuditFilter
public interface AuditFilter
Filter of audit map values before an audit record is written.
Method Summary |
boolean |
accept(java.lang.String rootPath,
java.util.Map auditMap)
Returns true if the audit map values have not been discarded by audit filters. |
accept
boolean accept(java.lang.String rootPath,
java.util.Map auditMap)
- Returns
true
if the audit map values have not been discarded by audit filters.
- Parameters:
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.
- Returns:
true
if the audit map values should be recorded.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.