mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD
Auto-reformat added 20 minutes of work! 17456: Fix for: ETHREEOH-1465: It's impossible to get the login history for a given user (Audit) 17463: Fixed ETHREEOH-3363: CLONE -Regression: readOnly settings causing bootstrap to fail git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18144 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -70,6 +70,14 @@ public interface AuditComponent
|
||||
* @since 2.1
|
||||
*/
|
||||
public void audit(String source, String description, NodeRef key, Object... args);
|
||||
|
||||
/**
|
||||
* Add an audit entry - without invoking the method invocation.
|
||||
* Only the method arguments can be audited.
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
void beforeMethodCallManualAudit(Class<?> clazz, Object target, String method, Object ... args);
|
||||
|
||||
/**
|
||||
* Get the audit trail for a node.
|
||||
|
Reference in New Issue
Block a user