public interface AuditFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String rootPath,
Map<String,Serializable> auditMap)
Returns
true if the audit map values have not been discarded by audit filters. |
boolean accept(String rootPath, Map<String,Serializable> 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–2017 Alfresco Software. All rights reserved.