| Interface | osid.inquiry.Audit | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
| Used By | osid.inquiry.AuditAdminSession | ||
osid.inquiry.AuditList | |||
osid.inquiry.AuditLookupSession | |||
osid.inquiry.Inquiry | |||
osid.rules.check.Check | |||
| Description |
An | ||
| Method | getAuditRecord | ||
| Description |
Gets the audit record corresponding to the given
| ||
| Parameters | osid.type.Type | auditRecordType | the type of audit record to retrieve |
| Return | osid.inquiry.records.AuditRecord | the audit record | |
| Errors | NULL_ARGUMENT | auditRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |