Interface | osid.inquiry.Audit | ||
---|---|---|---|
Implements | osid.OsidGovernator | ||
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. |