mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-4106 (ALF-4103): AuditService REST API
- Full start/stop/status using WebScripts - AuditService API additions to support - .ftl to generate json response - Some javadoc and debug additions git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -37,6 +37,14 @@ import org.alfresco.util.PropertyCheck;
|
||||
* A listener that ensures that an event is audited for every deleted node in a tree of nodes, not just the top one
|
||||
* captured by {@link AuditMethodInterceptor}!
|
||||
*
|
||||
* The values passed to the audit component are:
|
||||
* <pre>
|
||||
* /alfresco-node
|
||||
* /beforeDeleteNode
|
||||
* /node=<nodeRef>
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author dward
|
||||
*/
|
||||
public class NodeAuditor implements InitializingBean, NodeServicePolicies.BeforeDeleteNodePolicy
|
||||
|
Reference in New Issue
Block a user