org.exoplatform.services.jcr.ext.audit
Class AuditHistory

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.audit.AuditHistory

public class AuditHistory
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: AuditHistory.java 35186 2009-08-07 14:23:43Z pnedonosko $
Author:
Gennady Azarenkov

Constructor Summary
AuditHistory(javax.jcr.Node auditableNode, java.util.List<AuditRecord> auditRecords)
           
 
Method Summary
 javax.jcr.Node getAuditableNode()
           
 java.util.List<AuditRecord> getAuditRecords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditHistory

public AuditHistory(javax.jcr.Node auditableNode,
                    java.util.List<AuditRecord> auditRecords)
Method Detail

getAuditableNode

public javax.jcr.Node getAuditableNode()

getAuditRecords

public java.util.List<AuditRecord> getAuditRecords()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.