Uses of Class
org.exoplatform.services.jcr.ext.audit.AuditRecord
-
Packages that use AuditRecord Package Description org.exoplatform.services.jcr.ext.audit -
-
Uses of AuditRecord in org.exoplatform.services.jcr.ext.audit
Methods in org.exoplatform.services.jcr.ext.audit that return types with arguments of type AuditRecord Modifier and Type Method Description List<AuditRecord>AuditHistory. getAuditRecords()Methods in org.exoplatform.services.jcr.ext.audit with parameters of type AuditRecord Modifier and Type Method Description intAuditRecord. compareTo(AuditRecord otherRecord)Constructor parameters in org.exoplatform.services.jcr.ext.audit with type arguments of type AuditRecord Constructor Description AuditHistory(javax.jcr.Node auditableNode, List<AuditRecord> auditRecords)
-