Uses of Class
org.fcrepo.server.storage.types.AuditRecord

Packages that use AuditRecord
org.fcrepo.server.storage   
org.fcrepo.server.storage.translation   
org.fcrepo.server.storage.types   
 

Uses of AuditRecord in org.fcrepo.server.storage
 

Methods in org.fcrepo.server.storage that return types with arguments of type AuditRecord
 List<AuditRecord> SimpleDOReader.getAuditRecords()
          Gets the entire list of audit records for the object.
 List<AuditRecord> DOReader.getAuditRecords()
          Gets the entire list of audit records for the object.
 

Uses of AuditRecord in org.fcrepo.server.storage.translation
 

Methods in org.fcrepo.server.storage.translation that return types with arguments of type AuditRecord
protected static List<AuditRecord> DOTranslationUtility.getAuditRecords(InputStream auditTrail)
          Parse an audit:auditTrail and return a list of AuditRecords.
protected static List<AuditRecord> DOTranslationUtility.getAuditRecords(Reader auditTrail)
           
protected static List<AuditRecord> DOTranslationUtility.getAuditRecords(XMLEventReader reader)
           
 

Methods in org.fcrepo.server.storage.translation with parameters of type AuditRecord
protected static void DOTranslationUtility.validateAudit(AuditRecord audit)
          The audit record is created by the system, so programmatic validation here is o.k.
 

Uses of AuditRecord in org.fcrepo.server.storage.types
 

Methods in org.fcrepo.server.storage.types that return types with arguments of type AuditRecord
 List<AuditRecord> DigitalObject.getAuditRecords()
          Gets this object's mutable List of AuditRecord objects.
 List<AuditRecord> BasicDigitalObject.getAuditRecords()
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.