| Package | Description |
|---|---|
| org.fcrepo.server.storage | |
| org.fcrepo.server.storage.translation | |
| org.fcrepo.server.storage.types |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DOTranslationUtility.validateAudit(AuditRecord audit)
The audit record is created by the system, so programmatic validation
here is o.k.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditRecord> |
DigitalObject.getAuditRecords()
Gets this object's mutable List of AuditRecord objects.
|
List<AuditRecord> |
BasicDigitalObject.getAuditRecords() |
Copyright © 2013 DuraSpace. All Rights Reserved.