| Interface | osid.inquiry.rules.AuditProcessor | ||
|---|---|---|---|
| Implements | osid.OsidProcessor | ||
| Used By | osid.inquiry.rules.AuditProcessorAdminSession | ||
osid.inquiry.rules.AuditProcessorList | |||
osid.inquiry.rules.AuditProcessorLookupSession | |||
| Description |
An | ||
| Method | getAuditProcessorRecord | ||
| Description |
Gets the audit processor record corresponding to the
given | ||
| Parameters | osid.type.Type | auditProcessorRecordType | the type of audit processor record to retrieve |
| Return | osid.inquiry.rules.records.AuditProcessorRecord | the audit processor record | |
| Errors | NULL_ARGUMENT | auditProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |