org.alfresco.repo.audit
Interface AuditDAO

All Known Implementing Classes:
HibernateAuditDAO

public interface AuditDAO

The interface to persist audit information.


Method Summary
 void audit(AuditState auditInfo)
          Create an audit entry.
 java.util.List getAuditTrail(NodeRef nodeRef)
          Get the audit trail for a node.
 

Method Detail

audit

void audit(AuditState auditInfo)
Create an audit entry.

Parameters:
auditInfo -

getAuditTrail

java.util.List getAuditTrail(NodeRef nodeRef)
Get the audit trail for a node.

Parameters:
nodeRef -
Returns:


Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.